@@ -79,7 +79,7 @@ export const en = {
79
79
funnelType :'Funnel Chart Type' ,
80
80
tooltip : 'Tooltip' ,
81
81
legendVisibility : 'Legend Visibility' ,
82
- left : 'Left ' ,
82
+ left : 'Position-X ' ,
83
83
defaultLeft :'35' ,
84
84
top : 'Top' ,
85
85
defaultTop :'60' ,
@@ -137,7 +137,6 @@ export const en = {
137
137
progressBarWidth : 'Progress Bar Width' ,
138
138
defaultProgressBarWidth : '10' ,
139
139
progressBar : 'Progress Bar' ,
140
- roundCap : 'Round Cap' ,
141
140
} ,
142
141
echarts : {
143
142
defaultTitle : "Data Display" ,
@@ -156,10 +155,31 @@ export const en = {
156
155
changingSortTooltip : "Change the Sorting direction." ,
157
156
changingLabelTooltip : "Change the Position of the Label." ,
158
157
changingAlignTooltip : "Change the Alignment of the Chart." ,
159
- tooltipVisibilityTooltip : "Show or hide the ToolTips of the chart." ,
160
- labelVisibilityTooltip : "Show or hide the Labels of the chart." ,
161
- legendVisibilityTooltip : "Show or hide the Legend of the chart." ,
162
-
158
+ positionChart_x_Tooltip : "Change the Horizontal position of the Chart." ,
159
+ positionChart_y_Tooltip : "Change the Vertical position of the Chart." ,
160
+ topTooltip : "Change the top length of the Chart." ,
161
+ bottomTooltip : "Change the bottom length of the Chart." ,
162
+ widthTooltip : "Change the width of the Chart." ,
163
+ radiusTooltip : "Set the Radius value of the Chart." ,
164
+ minTooltip : "Set the minimum value of the Chart." ,
165
+ maxTooltip : "Set the maximum value of the Chart." ,
166
+ gapTooltip : "Set the gap value between the Components." ,
167
+ opacityTooltip : "Set the opacity of the Chart." ,
168
+ titleTooltip : "Set the title of the Chart." ,
169
+ roundCap : 'Round Cap' ,
170
+ roundCapTooltip : "Change the shape of the start, current, and end edges of the progress bar to round or straight." ,
171
+ progressBarVisibilityToolip : "Show or hide the current status on the progress bar." ,
172
+ endAngleTooltip : "Set the End angle value of the Chart." ,
173
+ startAngleTooltip : "Set the Start angle value of the Chart." ,
174
+ splitNumberTooltip : "Set the Split number of the Chart." ,
175
+ pointerLengthTooltip : "Set the Pointer length of the Chart." ,
176
+ pointerWidthTooltip : "Set the Pointer Width of the Chart." ,
177
+ progressBarWidthToolTip : "Set the Progress Bar Width of the Chart." ,
178
+ tooltipVisibilityTooltip : "Show or hide the ToolTips of the Chart." ,
179
+ labelVisibilityTooltip : "Show or hide the Labels of the Chart." ,
180
+ legendVisibilityTooltip : "Show or hide the Legend of the Chart." ,
181
+ progressBarVisibilityTooltip : "Show or hide the Progress Bar of the Chart." ,
182
+ roundCapVisibilityTooltip : "Show or hide the Round Cap of the Chart." ,
163
183
} ,
164
184
chart : {
165
185
delete : "Delete" ,
0 commit comments