Skip to content

Commit 0e5ad33

Browse files
committed
new values added
1 parent 0c73194 commit 0e5ad33

File tree

1 file changed

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

1 file changed

+15
-0
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/en.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
export const en = {
2+
echarts: {
3+
title: 'Title',
4+
defaultTitle: 'Funnel Chart',
5+
backgroundColor: 'Background Color',
6+
defaultBackgroundColor: '#fff',
7+
color: 'Color',
8+
defaultColor: '#4C64D9',
9+
funnelType:'Funnel Chart Type',
10+
gaugeType: 'Gauge Chart Type',
11+
legendPosition: "Legend Position",
12+
labelPosition: "Label Position",
13+
},
214
chart: {
15+
funnel: 'Funnel',
16+
gauge:'Gauge',
317
delete: "Delete",
418
data: "Data",
519
mode: "Mode",
@@ -14,6 +28,7 @@ export const en = {
1428
seriesName: "Series Name",
1529
dataColumns: "Data Columns",
1630
title: "Title",
31+
tooltip:'Tooltip',
1732
xAxisDirection: "X-axis Direction",
1833
xAxisName: "X-axis Name",
1934
xAxisType: "X-axis Type",

0 commit comments

Comments
 (0)