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