File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
client/packages/lowcoder-comps/src/i18n/comps/locales Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
export const en = {
2
- echarts : {
2
+ sankeyChart : {
3
+ sankeyType : 'Sankey Chart Type' ,
4
+ title : 'Title' ,
5
+ defaultTitle : 'Sankey Chart' ,
6
+ tooltip : 'Tooltip' ,
7
+ } ,
8
+ funnelChart : {
3
9
title : 'Title' ,
4
10
defaultTitle : 'Funnel Chart' ,
5
- backgroundColor : 'Background Color' ,
6
- defaultBackgroundColor : '#fff' ,
7
- color : 'Color' ,
8
- defaultColor : '#4C64D9' ,
9
11
funnelType :'Funnel Chart Type' ,
12
+ tooltip : 'Tooltip' ,
13
+ legendVisibility :'Legend Visibility'
14
+ } ,
15
+ gaugeChart : {
16
+ title : 'Title' ,
17
+ defaultTitle : 'Gauge Chart' ,
10
18
gaugeType : 'Gauge Chart Type' ,
19
+ tooltip : 'Tooltip' ,
20
+ } ,
21
+ echarts : {
11
22
legendPosition : "Legend Position" ,
12
23
labelPosition : "Label Position" ,
13
- tooltip : 'Tooltip' ,
14
- legendVisibility :'Legend Visibility'
15
24
} ,
16
25
chart : {
17
- funnel : 'Funnel' ,
18
- gauge :'Gauge' ,
19
26
delete : "Delete" ,
20
27
data : "Data" ,
21
28
mode : "Mode" ,
You can’t perform that action at this time.
0 commit comments