Skip to content

Commit

Permalink
fix: add more types to chart options
Browse files Browse the repository at this point in the history
Merge pull request #362 from SearchAThing-forks/master
  • Loading branch information
rakannimer authored Sep 22, 2024
2 parents 25c099a + a05c4c4 commit 55c3d91
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 @@ -448,11 +448,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 55c3d91

Please sign in to comment.