Skip to content

Commit dd83ab1

Browse files
committed
heatmap data added
1 parent 3d0c32c commit dd83ab1

File tree

1 file changed

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

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,37 @@ export const enObj: I18nObjects = {
232232
}
233233
]
234234
},
235+
defaultHeatmapChartOption: {
236+
xAxis: {
237+
"data": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
238+
},
239+
yAxis: {
240+
"data": ["Morning", "Afternoon", "Evening"]
241+
},
242+
data: [
243+
[0, 0, 10],
244+
[0, 1, 20],
245+
[0, 2, 30],
246+
[1, 0, 40],
247+
[1, 1, 50],
248+
[1, 2, 60],
249+
[2, 0, 70],
250+
[2, 1, 80],
251+
[2, 2, 90],
252+
[3, 0, 100],
253+
[3, 1, 90],
254+
[3, 2, 80],
255+
[4, 0, 70],
256+
[4, 1, 60],
257+
[4, 2, 50],
258+
[5, 0, 40],
259+
[5, 1, 30],
260+
[5, 2, 20],
261+
[6, 0, 10],
262+
[6, 1, 0],
263+
[6, 2, 10]
264+
]
265+
},
235266

236267
defaultMapJsonOption: defaultMapData,
237268
};

0 commit comments

Comments
 (0)