Skip to content

Commit

Permalink
Merge pull request #4788 from rahulr-96/patch-1
Browse files Browse the repository at this point in the history
update goals type
  • Loading branch information
junedchhipa authored Nov 4, 2024
2 parents fb88842 + b11ca53 commit 648e91a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion types/apexcharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,15 @@ type ApexAxisChartSeries = {
fillColor?: string;
strokeColor?: string;
meta?: any;
goals?: any;
goals?: {
name?: string,
value: number,
strokeHeight?: number;
strokeWidth?: number;
strokeColor?: string;
strokeDashArray?: number;
strokeLineCap?: 'butt' | 'square' | 'round'
}[];
barHeightOffset?: number;
columnWidthOffset?: number;
}[]
Expand Down

0 comments on commit 648e91a

Please sign in to comment.