Skip to content

Commit

Permalink
fix: update backgroundColor type
Browse files Browse the repository at this point in the history
Merge pull request #375 from FrederikBanke/patch-1
  • Loading branch information
rakannimer committed Sep 22, 2024
2 parents 07487d1 + 4c4ad9e commit d560a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export interface ChartWrapperOptions {
height: number;
is3D: boolean;
title: string;
backgroundColor: string;
backgroundColor: string | {fill: string, stroke: string, strokeWidth: number};
hAxis?: {
minValue?: any;
maxValue?: any;
Expand Down

0 comments on commit d560a30

Please sign in to comment.