Skip to content

Commit

Permalink
Update Chart.load({ keys }) to accept string arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu authored Jun 1, 2022
1 parent f3ff19d commit 78f91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/chart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export interface Chart {
axes?: { [key: string]: string | string[] };
colors?: { [key: string]: string };
headers?: { [key: string]: string };
keys?: { [key: string]: string };
keys?: { [key: string]: string | string[] };
mimeType?: string;
type?: string;
types?: { [key: string]: string };
Expand Down

0 comments on commit 78f91fc

Please sign in to comment.