Skip to content

Commit

Permalink
chart option type definition: added green from-to and red,yellow,gree…
Browse files Browse the repository at this point in the history
…n color options ; added majorTicks
  • Loading branch information
devel0 committed May 31, 2020
1 parent 288ce66 commit a05c4c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,17 @@ export type GoogleChartOptions = {
};
bubble?: {};
pieHole?: number;
redColor?: string;
redFrom?: number;
redTo?: number;
yellowColor?: string;
yellowFrom?: number;
yellowTo?: number;
greenColor?: string;
greenFrom?: number;
greenTo?: number;
minorTicks?: number;
majorTicks?: string[];
legend?:
| string
| {
Expand Down

0 comments on commit a05c4c4

Please sign in to comment.