File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
client/packages/lowcoder-comps/src/i18n/comps/locales Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
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
+ } ,
2
14
chart : {
15
+ funnel : 'Funnel' ,
16
+ gauge :'Gauge' ,
3
17
delete : "Delete" ,
4
18
data : "Data" ,
5
19
mode : "Mode" ,
@@ -14,6 +28,7 @@ export const en = {
14
28
seriesName : "Series Name" ,
15
29
dataColumns : "Data Columns" ,
16
30
title : "Title" ,
31
+ tooltip :'Tooltip' ,
17
32
xAxisDirection : "X-axis Direction" ,
18
33
xAxisName : "X-axis Name" ,
19
34
xAxisType : "X-axis Type" ,
You can’t perform that action at this time.
0 commit comments