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 5fcea6d commit ad79ddaCopy full SHA for ad79dda
client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -10,6 +10,7 @@ export type I18nObjects = {
10
defaultCandleStickChartOption: Record<string, unknown>;
11
defaultRadarChartOption: Record<string, unknown>;
12
defaultHeatmapChartOption: Record<string, unknown>;
13
+ defaultGraphChartOption: Record<string, unknown>;
14
defaultMapJsonOption: Record<string, unknown>;
15
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
16
imageEditorLocale?: Record<string, string>;
0 commit comments