Skip to content

Commit

Permalink
fix(Highcharts): fix widget config type (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Dec 9, 2022
1 parent 4e2de21 commit 988c074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/highcharts/types/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ export type HighchartsWidgetData = {
config: {
hideComments?: boolean;
hideHolidaysBands?: boolean;
disableExternalComments?: boolean;
hideHolidays?: boolean;
hideLegend?: boolean;
/** @deprecated use `hideLegend` instead */
showLegend?: boolean;
disableExternalComments?: boolean;
normalizeDiv?: boolean;
normalizeSub?: boolean;
withoutLineLimit?: boolean;
Expand Down

0 comments on commit 988c074

Please sign in to comment.