Skip to content

Commit 4feac07

Browse files
committed
sunburst chart type added
1 parent 772a1ef commit 4feac07

File tree

1 file changed

+1
-0
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+1
-0
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type I18nObjects = {
1313
defaultGraphChartOption: Record<string, unknown>;
1414
defaultTreeChartOption: Record<string, unknown>;
1515
defaultTreemapChartOption: Record<string, unknown>;
16+
defaultSunburstChartOption: Record<string, unknown>;
1617
defaultMapJsonOption: Record<string, unknown>;
1718
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1819
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)