Skip to content

Commit 573be0b

Browse files
committed
default candlestick data
1 parent 36b216f commit 573be0b

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@ export const enObj: I18nObjects = {
191191
{source: "Query", target: "Buy", value: 20}
192192
]
193193
},
194+
defaultCandleStickChartOption: {
195+
xAxis: {
196+
data: ["Day 1", "Day 2", "Day 3", "Day 4", "Day 5"]
197+
},
198+
data:[
199+
[100, 200, 50, 150],
200+
[120, 220, 80, 180],
201+
[80, 150, 60, 130],
202+
[130, 230, 110, 190],
203+
[90, 180, 70, 160]
204+
]
205+
},
194206

195207
defaultMapJsonOption: defaultMapData,
196208
};

0 commit comments

Comments
 (0)