Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a1ef commit 4feac07Copy full SHA for 4feac07
‎client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -13,6 +13,7 @@ export type I18nObjects = {
13
defaultGraphChartOption: Record<string, unknown>;
14
defaultTreeChartOption: Record<string, unknown>;
15
defaultTreemapChartOption: Record<string, unknown>;
16
+ defaultSunburstChartOption: Record<string, unknown>;
17
defaultMapJsonOption: Record<string, unknown>;
18
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
19
imageEditorLocale?: Record<string, string>;
0 commit comments