Skip to content

Commit

Permalink
adhusted defaults & typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Wąs committed Nov 20, 2024
1 parent fb04998 commit 3d26d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const {
outerRadius,
innerRadius,
donut,
ignoreNulls: showNulls,
showNulls,
} = DEFAULT_FORM_DATA;

const config: ControlPanelConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const DEFAULT_FORM_DATA: Partial<EchartsSunburstFormData> = {
innerRadius: 30,
outerRadius: 70,
donut: true,
showNulls: false,
showNulls: true,
};

export interface EchartsSunburstChartProps
Expand Down

0 comments on commit 3d26d6f

Please sign in to comment.