Skip to content

Commit 6ce567e

Browse files
committed
themeriver data added
1 parent fe6325b commit 6ce567e

File tree

1 file changed

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

1 file changed

+39
-0
lines changed

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,45 @@ export const enObj: I18nObjects = {
333333
}
334334
]
335335
},
336+
defaultCalendarChartOption: {
337+
data:[
338+
["2022-01-01", 10],
339+
["2022-02-05", 30],
340+
["2022-03-15", 50],
341+
["2022-04-20", 70],
342+
["2022-05-25", 90],
343+
["2022-06-30", 100],
344+
["2022-07-10", 80],
345+
["2022-08-20", 60],
346+
["2022-09-25", 40],
347+
["2022-10-30", 20],
348+
["2022-11-05", 5]
349+
]
350+
},
351+
defaultThemeriverChartOption: {
352+
data: [
353+
["2024-01-01", 10, "Category A"],
354+
["2024-01-02", 15, "Category A"],
355+
["2024-01-03", 20, "Category A"],
356+
["2024-01-04", 25, "Category A"],
357+
["2024-01-05", 30, "Category A"],
358+
["2024-01-06", 35, "Category A"],
359+
["2024-01-07", 40, "Category A"],
360+
["2024-01-08", 45, "Category A"],
361+
["2024-01-09", 50, "Category A"],
362+
["2024-01-10", 55, "Category A"],
363+
["2024-01-01", 15, "Category B"],
364+
["2024-01-02", 20, "Category B"],
365+
["2024-01-03", 25, "Category B"],
366+
["2024-01-04", 30, "Category B"],
367+
["2024-01-05", 35, "Category B"],
368+
["2024-01-06", 40, "Category B"],
369+
["2024-01-07", 45, "Category B"],
370+
["2024-01-08", 50, "Category B"],
371+
["2024-01-09", 55, "Category B"],
372+
["2024-01-10", 60, "Category B"]
373+
]
374+
},
336375

337376
defaultMapJsonOption: defaultMapData,
338377
};

0 commit comments

Comments
 (0)