Skip to content

Commit 3d0c32c

Browse files
committed
heatmap type added
1 parent 52ac64d commit 3d0c32c

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
@@ -9,6 +9,7 @@ export type I18nObjects = {
99
defaultSankeyChartOption: Record<string, unknown>;
1010
defaultCandleStickChartOption: Record<string, unknown>;
1111
defaultRadarChartOption: Record<string, unknown>;
12+
defaultHeatmapChartOption: Record<string, unknown>;
1213
defaultMapJsonOption: Record<string, unknown>;
1314
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
1415
imageEditorLocale?: Record<string, string>;

0 commit comments

Comments
 (0)