File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
client/packages/lowcoder-comps/src/i18n/comps/locales Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ export const en = {
5
5
defaultTitle : 'Calendar Chart' ,
6
6
tooltip : 'Tooltip' ,
7
7
} ,
8
+ themeriverChart : {
9
+ themeriverType : 'Themeriver Chart Type' ,
10
+ title : 'Title' ,
11
+ defaultTitle : 'Themeriver Chart' ,
12
+ tooltip : 'Tooltip' ,
13
+ } ,
8
14
sunburstChart : {
9
15
sunburstType : 'Sunburst Chart Type' ,
10
16
title : 'Title' ,
@@ -80,6 +86,21 @@ export const en = {
80
86
defaultTitle : 'Gauge Chart' ,
81
87
gaugeType : 'Gauge Chart Type' ,
82
88
tooltip : 'Tooltip' ,
89
+ left : 'Left' ,
90
+ defaultLeft :'35' ,
91
+ top : 'Top' ,
92
+ defaultTop :'60' ,
93
+ bottom : 'Bottom' ,
94
+ defaultBottom :'60' ,
95
+ width : 'Width' ,
96
+ defaultWidth :'80' ,
97
+ min : 'Min' ,
98
+ defaultMin :'0' ,
99
+ max : 'Max' ,
100
+ defaultMax :'100' ,
101
+ gap : 'Gap' ,
102
+ defaultGap : '2' ,
103
+ label :'Label' ,
83
104
} ,
84
105
echarts : {
85
106
legendPosition : "Legend Position" ,
You can’t perform that action at this time.
0 commit comments