@devtable/dashboard 12.7.0 → 12.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +1 -1
- package/dist/components/panel/settings/common/data-field-selector.d.ts +1 -0
- package/dist/components/panel/settings/common/mantine-size-selector.d.ts +6 -3
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +10 -0
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/index.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/label-position/label-position-selector.d.ts +3 -2
- package/dist/components/plugins/common-echarts-fields/line-type/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +11 -0
- package/dist/components/plugins/common-echarts-fields/line-type/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +12 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/orientation/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +12 -0
- package/dist/components/plugins/common-echarts-fields/orientation/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +3 -2
- package/dist/components/plugins/{viz-components/cartesian/editors/scatter-size-select → common-echarts-fields/symbol-size}/dynamic-size-function-editor.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic.d.ts +6 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/static.d.ts +7 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/symbol-size-selector.d.ts +9 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/types.d.ts +13 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +2 -1
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/index.d.ts +4 -9
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/types.d.ts +1 -1
- package/dist/components/plugins/{viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts → common-echarts-fields/x-axis-label-formatter/x-axis-label-formatter-field.d.ts} +1 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +11 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/color-type/index.d.ts +2 -0
- package/dist/components/plugins/editor-components/color-type/type.d.ts +1 -0
- package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/flex/index.d.ts +3 -0
- package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/flex/type.d.ts +2 -0
- package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/index.d.ts +7 -0
- package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/viz-config-banner.d.ts +5 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/button/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/button/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/get-echarts-symbol-size.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +15 -10
- package/dist/components/plugins/viz-components/funnel/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +2 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +11 -6
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +4 -3
- package/dist/components/plugins/viz-components/merico-stats/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/pareto-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +4 -3
- package/dist/components/plugins/viz-components/pie-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/radar-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/option/get-echarts-symbol-size.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +5 -4
- package/dist/components/plugins/viz-components/stats/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/stats/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/sunburst/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/table/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/table/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +0 -1
- package/dist/components/plugins/viz-components/text/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/text/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/translation.d.ts +2 -0
- package/dist/contexts/dates-provider.d.ts +4 -0
- package/dist/contexts/index.d.ts +1 -0
- package/dist/dashboard.es.js +16783 -15865
- package/dist/dashboard.umd.js +116 -121
- package/dist/i18n/en.d.ts +451 -6
- package/dist/i18n/zh.d.ts +451 -6
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +0 -10
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -6
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -2
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -9
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -7
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -13
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -2
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -3
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -3
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -6
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -9
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -13
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -5
- /package/dist/components/plugins/{controls → editor-components}/color-interpolation-select/index.d.ts +0 -0
- /package/dist/components/plugins/{controls → editor-components}/color-mapping-editor/index.d.ts +0 -0
- /package/dist/components/plugins/{controls → editor-components}/color-mapping-editor/style.d.ts +0 -0
package/dist/i18n/en.d.ts
CHANGED
|
@@ -14,6 +14,13 @@ export declare const en: {
|
|
|
14
14
|
label_placeholder: string;
|
|
15
15
|
auto_submit: string;
|
|
16
16
|
order: string;
|
|
17
|
+
custom_default_value: {
|
|
18
|
+
trigger: string;
|
|
19
|
+
title: string;
|
|
20
|
+
tips: string;
|
|
21
|
+
tip_1: string;
|
|
22
|
+
tip_2: string;
|
|
23
|
+
};
|
|
17
24
|
};
|
|
18
25
|
widget: {
|
|
19
26
|
names: {
|
|
@@ -26,8 +33,14 @@ export declare const en: {
|
|
|
26
33
|
};
|
|
27
34
|
common: {
|
|
28
35
|
use_query_data_as_options: string;
|
|
36
|
+
fetch_options_from_datasource: string;
|
|
29
37
|
or_fetch_options_from_datasource: string;
|
|
30
38
|
selector_option_empty: string;
|
|
39
|
+
see_data_structure: string;
|
|
40
|
+
using_query: string;
|
|
41
|
+
default_selection_count: string;
|
|
42
|
+
min_width: string;
|
|
43
|
+
x_selected: string;
|
|
31
44
|
};
|
|
32
45
|
text_input: {
|
|
33
46
|
default_value: string;
|
|
@@ -42,6 +55,79 @@ export declare const en: {
|
|
|
42
55
|
no_default_selection: string;
|
|
43
56
|
select_first_option_by_default: string;
|
|
44
57
|
};
|
|
58
|
+
multi_select: {
|
|
59
|
+
width_description: string;
|
|
60
|
+
};
|
|
61
|
+
tree_select: {
|
|
62
|
+
strictly: string;
|
|
63
|
+
};
|
|
64
|
+
checkbox: {
|
|
65
|
+
description: string;
|
|
66
|
+
default_checked: string;
|
|
67
|
+
};
|
|
68
|
+
date_range: {
|
|
69
|
+
required: string;
|
|
70
|
+
allow_single_date: string;
|
|
71
|
+
display_format: string;
|
|
72
|
+
max_days: string;
|
|
73
|
+
one_day: string;
|
|
74
|
+
x_days: string;
|
|
75
|
+
x_max_days: string;
|
|
76
|
+
default_value: string;
|
|
77
|
+
default_by_shortcut: string;
|
|
78
|
+
defualt_by_shortcut_placeholder: string;
|
|
79
|
+
start_date: string;
|
|
80
|
+
end_date: string;
|
|
81
|
+
shortcut: {
|
|
82
|
+
last: {
|
|
83
|
+
label: string;
|
|
84
|
+
d: string;
|
|
85
|
+
w: string;
|
|
86
|
+
m: string;
|
|
87
|
+
m2: string;
|
|
88
|
+
m3: string;
|
|
89
|
+
y: string;
|
|
90
|
+
full: {
|
|
91
|
+
d: string;
|
|
92
|
+
w: string;
|
|
93
|
+
m: string;
|
|
94
|
+
m2: string;
|
|
95
|
+
m3: string;
|
|
96
|
+
y: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
recent: {
|
|
100
|
+
label: string;
|
|
101
|
+
d7: string;
|
|
102
|
+
d30: string;
|
|
103
|
+
d60: string;
|
|
104
|
+
d90: string;
|
|
105
|
+
d180: string;
|
|
106
|
+
d365: string;
|
|
107
|
+
full: {
|
|
108
|
+
d7: string;
|
|
109
|
+
d30: string;
|
|
110
|
+
d60: string;
|
|
111
|
+
d90: string;
|
|
112
|
+
d180: string;
|
|
113
|
+
d365: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
this: {
|
|
117
|
+
label: string;
|
|
118
|
+
d: string;
|
|
119
|
+
w: string;
|
|
120
|
+
m: string;
|
|
121
|
+
y: string;
|
|
122
|
+
full: {
|
|
123
|
+
d: string;
|
|
124
|
+
w: string;
|
|
125
|
+
m: string;
|
|
126
|
+
y: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
45
131
|
};
|
|
46
132
|
};
|
|
47
133
|
view: {
|
|
@@ -80,6 +166,41 @@ export declare const en: {
|
|
|
80
166
|
label: string;
|
|
81
167
|
add: string;
|
|
82
168
|
interactions_viewer: string;
|
|
169
|
+
unavailable: string;
|
|
170
|
+
unavailable_reason: string;
|
|
171
|
+
trigger: {
|
|
172
|
+
setup: string;
|
|
173
|
+
label: string;
|
|
174
|
+
payload: string;
|
|
175
|
+
};
|
|
176
|
+
operation: {
|
|
177
|
+
setup: string;
|
|
178
|
+
label: string;
|
|
179
|
+
settings: string;
|
|
180
|
+
variables: string;
|
|
181
|
+
console_log: {
|
|
182
|
+
label: string;
|
|
183
|
+
log_content: string;
|
|
184
|
+
};
|
|
185
|
+
open_link: {
|
|
186
|
+
label: string;
|
|
187
|
+
url: string;
|
|
188
|
+
open_in_new_tab: string;
|
|
189
|
+
};
|
|
190
|
+
open_view: {
|
|
191
|
+
label: string;
|
|
192
|
+
view: string;
|
|
193
|
+
};
|
|
194
|
+
set_filter_values: {
|
|
195
|
+
label: string;
|
|
196
|
+
set_filter: string;
|
|
197
|
+
with: string;
|
|
198
|
+
};
|
|
199
|
+
clear_filter_values: {
|
|
200
|
+
label: string;
|
|
201
|
+
select_filter: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
83
204
|
};
|
|
84
205
|
query_variable: {
|
|
85
206
|
label: string;
|
|
@@ -101,6 +222,10 @@ export declare const en: {
|
|
|
101
222
|
delete: string;
|
|
102
223
|
delete_unused: string;
|
|
103
224
|
manage: string;
|
|
225
|
+
key: string;
|
|
226
|
+
key_occupied: string;
|
|
227
|
+
edit_snippet: string;
|
|
228
|
+
preview_snippet: string;
|
|
104
229
|
usage: {
|
|
105
230
|
label: string;
|
|
106
231
|
};
|
|
@@ -121,6 +246,20 @@ export declare const en: {
|
|
|
121
246
|
total: string;
|
|
122
247
|
total_rows: string;
|
|
123
248
|
};
|
|
249
|
+
align: {
|
|
250
|
+
horizontal: {
|
|
251
|
+
label: string;
|
|
252
|
+
left: string;
|
|
253
|
+
center: string;
|
|
254
|
+
right: string;
|
|
255
|
+
};
|
|
256
|
+
vertical: {
|
|
257
|
+
label: string;
|
|
258
|
+
left: string;
|
|
259
|
+
center: string;
|
|
260
|
+
right: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
124
263
|
id: string;
|
|
125
264
|
name: string;
|
|
126
265
|
key: string;
|
|
@@ -128,8 +267,14 @@ export declare const en: {
|
|
|
128
267
|
value: string;
|
|
129
268
|
type: string;
|
|
130
269
|
info: string;
|
|
270
|
+
min: string;
|
|
271
|
+
max: string;
|
|
131
272
|
data_field: string;
|
|
273
|
+
name_data_field: string;
|
|
274
|
+
value_data_field: string;
|
|
275
|
+
color_data_field: string;
|
|
132
276
|
enabled: string;
|
|
277
|
+
copied: string;
|
|
133
278
|
action: string;
|
|
134
279
|
actions: {
|
|
135
280
|
open: string;
|
|
@@ -151,6 +296,7 @@ export declare const en: {
|
|
|
151
296
|
cancel: string;
|
|
152
297
|
confirm: string;
|
|
153
298
|
add_an_option: string;
|
|
299
|
+
edit: string;
|
|
154
300
|
end_editing: string;
|
|
155
301
|
};
|
|
156
302
|
tabs: {
|
|
@@ -190,6 +336,7 @@ export declare const en: {
|
|
|
190
336
|
delete: string;
|
|
191
337
|
panel_name: string;
|
|
192
338
|
panel_description: string;
|
|
339
|
+
panel_description_click: string;
|
|
193
340
|
show_title: string;
|
|
194
341
|
use_name_as_title: string;
|
|
195
342
|
settings: {
|
|
@@ -215,14 +362,63 @@ export declare const en: {
|
|
|
215
362
|
fallback_value: string;
|
|
216
363
|
fallback_value_description: string;
|
|
217
364
|
};
|
|
218
|
-
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
style: {
|
|
368
|
+
label: string;
|
|
369
|
+
font_size: {
|
|
370
|
+
label: string;
|
|
371
|
+
placeholder: string;
|
|
372
|
+
};
|
|
373
|
+
font_weight: {
|
|
374
|
+
label: string;
|
|
375
|
+
};
|
|
376
|
+
size: {
|
|
377
|
+
xs: string;
|
|
378
|
+
sm: string;
|
|
379
|
+
md: string;
|
|
380
|
+
lg: string;
|
|
381
|
+
xl: string;
|
|
382
|
+
};
|
|
383
|
+
flex: {
|
|
384
|
+
justify_content: {
|
|
219
385
|
label: string;
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
386
|
+
left: string;
|
|
387
|
+
center: string;
|
|
388
|
+
right: string;
|
|
389
|
+
space_between: string;
|
|
390
|
+
space_around: string;
|
|
391
|
+
space_evenly: string;
|
|
392
|
+
};
|
|
393
|
+
align_items: {
|
|
394
|
+
label: string;
|
|
395
|
+
start: string;
|
|
396
|
+
center: string;
|
|
397
|
+
end: string;
|
|
398
|
+
stretch: string;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
color: {
|
|
402
|
+
type: {
|
|
403
|
+
label: string;
|
|
404
|
+
static: string;
|
|
405
|
+
interpolation: string;
|
|
406
|
+
none: string;
|
|
407
|
+
};
|
|
408
|
+
interpolation: {
|
|
409
|
+
setup: string;
|
|
410
|
+
palette: {
|
|
225
411
|
label: string;
|
|
412
|
+
category: {
|
|
413
|
+
sequential: string;
|
|
414
|
+
diverging: string;
|
|
415
|
+
};
|
|
416
|
+
red_green: string;
|
|
417
|
+
yellow_blue: string;
|
|
418
|
+
red: string;
|
|
419
|
+
green: string;
|
|
420
|
+
blue: string;
|
|
421
|
+
orange: string;
|
|
226
422
|
};
|
|
227
423
|
};
|
|
228
424
|
};
|
|
@@ -322,6 +518,27 @@ export declare const en: {
|
|
|
322
518
|
description: string;
|
|
323
519
|
document: string;
|
|
324
520
|
};
|
|
521
|
+
aggregation: {
|
|
522
|
+
option: {
|
|
523
|
+
none: string;
|
|
524
|
+
sum: string;
|
|
525
|
+
mean: string;
|
|
526
|
+
median: string;
|
|
527
|
+
min: string;
|
|
528
|
+
max: string;
|
|
529
|
+
cov: string;
|
|
530
|
+
std: string;
|
|
531
|
+
quantile: {
|
|
532
|
+
label: string;
|
|
533
|
+
label_with_hint: string;
|
|
534
|
+
};
|
|
535
|
+
custom: {
|
|
536
|
+
label: string;
|
|
537
|
+
label_trigger: string;
|
|
538
|
+
title: string;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
};
|
|
325
542
|
chart: {
|
|
326
543
|
chart_config: string;
|
|
327
544
|
data_field: string;
|
|
@@ -330,6 +547,108 @@ export declare const en: {
|
|
|
330
547
|
echarts_based_charts: string;
|
|
331
548
|
others: string;
|
|
332
549
|
};
|
|
550
|
+
label: {
|
|
551
|
+
label: string;
|
|
552
|
+
label_full: string;
|
|
553
|
+
label_style: string;
|
|
554
|
+
label_format: string;
|
|
555
|
+
};
|
|
556
|
+
label_position: {
|
|
557
|
+
label: string;
|
|
558
|
+
off: string;
|
|
559
|
+
top: string;
|
|
560
|
+
left: string;
|
|
561
|
+
right: string;
|
|
562
|
+
bottom: string;
|
|
563
|
+
inside: string;
|
|
564
|
+
inside_top: string;
|
|
565
|
+
inside_left: string;
|
|
566
|
+
inside_center: string;
|
|
567
|
+
inside_right: string;
|
|
568
|
+
inside_bottom: string;
|
|
569
|
+
inside_top_left: string;
|
|
570
|
+
inside_top_right: string;
|
|
571
|
+
inside_bottom_left: string;
|
|
572
|
+
inside_bottom_right: string;
|
|
573
|
+
outside: string;
|
|
574
|
+
};
|
|
575
|
+
number_or_dynamic_value: {
|
|
576
|
+
type: {
|
|
577
|
+
static: string;
|
|
578
|
+
dynamic: string;
|
|
579
|
+
};
|
|
580
|
+
dynamic: {
|
|
581
|
+
setup: string;
|
|
582
|
+
setup_title: string;
|
|
583
|
+
guide: string;
|
|
584
|
+
};
|
|
585
|
+
};
|
|
586
|
+
orientation: {
|
|
587
|
+
label: string;
|
|
588
|
+
horizontal: string;
|
|
589
|
+
vertical: string;
|
|
590
|
+
};
|
|
591
|
+
symbol_size: {
|
|
592
|
+
label: string;
|
|
593
|
+
static: string;
|
|
594
|
+
dynamic: string;
|
|
595
|
+
setup: {
|
|
596
|
+
label: string;
|
|
597
|
+
title: string;
|
|
598
|
+
description: string;
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
series: {
|
|
602
|
+
label: string;
|
|
603
|
+
name: string;
|
|
604
|
+
y_axis: string;
|
|
605
|
+
data_field: string;
|
|
606
|
+
delete: string;
|
|
607
|
+
line: {
|
|
608
|
+
label: string;
|
|
609
|
+
line_settings: string;
|
|
610
|
+
line_style: string;
|
|
611
|
+
type: {
|
|
612
|
+
label: string;
|
|
613
|
+
solid: string;
|
|
614
|
+
dashed: string;
|
|
615
|
+
dotted: string;
|
|
616
|
+
};
|
|
617
|
+
line_width: string;
|
|
618
|
+
step: {
|
|
619
|
+
label: string;
|
|
620
|
+
off: string;
|
|
621
|
+
start: string;
|
|
622
|
+
middle: string;
|
|
623
|
+
end: string;
|
|
624
|
+
};
|
|
625
|
+
smooth_line: string;
|
|
626
|
+
show_name_on_line: string;
|
|
627
|
+
show_symbol_on_line: string;
|
|
628
|
+
};
|
|
629
|
+
bar: {
|
|
630
|
+
label: string;
|
|
631
|
+
stack: string;
|
|
632
|
+
stack_hint: string;
|
|
633
|
+
bar_gap: {
|
|
634
|
+
label: string;
|
|
635
|
+
no_gap: string;
|
|
636
|
+
overlap: string;
|
|
637
|
+
};
|
|
638
|
+
bar_width: {
|
|
639
|
+
min: string;
|
|
640
|
+
exact: string;
|
|
641
|
+
max: string;
|
|
642
|
+
};
|
|
643
|
+
};
|
|
644
|
+
scatter: {
|
|
645
|
+
label: string;
|
|
646
|
+
};
|
|
647
|
+
group_by: {
|
|
648
|
+
label: string;
|
|
649
|
+
label_line: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
333
652
|
axis: {
|
|
334
653
|
tick_label: string;
|
|
335
654
|
customize_label: string;
|
|
@@ -348,9 +667,25 @@ export declare const en: {
|
|
|
348
667
|
section_title: {
|
|
349
668
|
label_format: string;
|
|
350
669
|
};
|
|
670
|
+
type: {
|
|
671
|
+
value: string;
|
|
672
|
+
category: string;
|
|
673
|
+
time: string;
|
|
674
|
+
log: string;
|
|
675
|
+
click_to_learn_more: string;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
name_text: {
|
|
679
|
+
align: {
|
|
680
|
+
label: string;
|
|
681
|
+
left: string;
|
|
682
|
+
center: string;
|
|
683
|
+
right: string;
|
|
684
|
+
};
|
|
351
685
|
};
|
|
352
686
|
rotate: string;
|
|
353
687
|
degree: string;
|
|
688
|
+
padding: string;
|
|
354
689
|
content_template: {
|
|
355
690
|
label: string;
|
|
356
691
|
hint: string;
|
|
@@ -358,18 +693,55 @@ export declare const en: {
|
|
|
358
693
|
x_axis: {
|
|
359
694
|
label: string;
|
|
360
695
|
labels: string;
|
|
696
|
+
label_format: string;
|
|
697
|
+
delete: string;
|
|
361
698
|
x_axis_name: string;
|
|
362
699
|
x_axis_data_field: string;
|
|
700
|
+
x_axis_type: string;
|
|
701
|
+
layout: string;
|
|
702
|
+
position: {
|
|
703
|
+
label: string;
|
|
704
|
+
top: string;
|
|
705
|
+
bottom: string;
|
|
706
|
+
};
|
|
707
|
+
value_range: string;
|
|
708
|
+
value_min: string;
|
|
709
|
+
value_max: string;
|
|
710
|
+
behavior: string;
|
|
711
|
+
visible: string;
|
|
363
712
|
};
|
|
364
713
|
y_axis: {
|
|
365
714
|
label: string;
|
|
366
715
|
labels: string;
|
|
716
|
+
label_format: string;
|
|
717
|
+
delete: string;
|
|
367
718
|
y_axis_name: string;
|
|
719
|
+
y_axis_name_anchor: string;
|
|
368
720
|
y_axis_data_field: string;
|
|
721
|
+
layout: string;
|
|
722
|
+
position: {
|
|
723
|
+
label: string;
|
|
724
|
+
left: string;
|
|
725
|
+
right: string;
|
|
726
|
+
};
|
|
727
|
+
value_range: string;
|
|
728
|
+
value_min: string;
|
|
729
|
+
value_max: string;
|
|
730
|
+
behavior: string;
|
|
731
|
+
visible: string;
|
|
732
|
+
};
|
|
733
|
+
stats: {
|
|
734
|
+
label: string;
|
|
735
|
+
template: {
|
|
736
|
+
above_chart: string;
|
|
737
|
+
under_chart: string;
|
|
738
|
+
};
|
|
369
739
|
};
|
|
370
740
|
legend: {
|
|
371
741
|
label: string;
|
|
372
742
|
show_legend: string;
|
|
743
|
+
show_in_legend: string;
|
|
744
|
+
hide_in_legend: string;
|
|
373
745
|
orientation: {
|
|
374
746
|
label: string;
|
|
375
747
|
horizontal: string;
|
|
@@ -382,6 +754,11 @@ export declare const en: {
|
|
|
382
754
|
description: string;
|
|
383
755
|
delete: string;
|
|
384
756
|
};
|
|
757
|
+
trigger: {
|
|
758
|
+
label: string;
|
|
759
|
+
scatter_point: string;
|
|
760
|
+
x_axis: string;
|
|
761
|
+
};
|
|
385
762
|
};
|
|
386
763
|
style: {
|
|
387
764
|
label: string;
|
|
@@ -391,12 +768,72 @@ export declare const en: {
|
|
|
391
768
|
or: string;
|
|
392
769
|
set_any_color: string;
|
|
393
770
|
pick_a_theme_color: string;
|
|
771
|
+
background_color: string;
|
|
772
|
+
text_color: string;
|
|
773
|
+
};
|
|
774
|
+
behavior: {
|
|
775
|
+
label: string;
|
|
776
|
+
invisible: string;
|
|
777
|
+
};
|
|
778
|
+
heatmap: {
|
|
779
|
+
heatblock: {
|
|
780
|
+
label: string;
|
|
781
|
+
min_value: string;
|
|
782
|
+
max_value: string;
|
|
783
|
+
show_label: string;
|
|
784
|
+
};
|
|
394
785
|
};
|
|
395
786
|
reference_line: {
|
|
396
787
|
label: string;
|
|
397
788
|
labels: string;
|
|
398
789
|
add: string;
|
|
399
790
|
name_placeholder: string;
|
|
791
|
+
delete: string;
|
|
792
|
+
orientation: {
|
|
793
|
+
vertical_hint: string;
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
regression_line: {
|
|
797
|
+
label: string;
|
|
798
|
+
labels: string;
|
|
799
|
+
add: string;
|
|
800
|
+
delete: string;
|
|
801
|
+
method: {
|
|
802
|
+
label: string;
|
|
803
|
+
linear: string;
|
|
804
|
+
exponential: string;
|
|
805
|
+
logistic: string;
|
|
806
|
+
polynomial: string;
|
|
807
|
+
polynomial_order: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
reference_area: {
|
|
811
|
+
label: string;
|
|
812
|
+
labels: string;
|
|
813
|
+
add: string;
|
|
814
|
+
delete: string;
|
|
815
|
+
type: {
|
|
816
|
+
label: string;
|
|
817
|
+
rectangle: string;
|
|
818
|
+
};
|
|
819
|
+
direction: {
|
|
820
|
+
label: string;
|
|
821
|
+
horizontal: string;
|
|
822
|
+
};
|
|
823
|
+
boundary: {
|
|
824
|
+
upper: string;
|
|
825
|
+
lower: string;
|
|
826
|
+
};
|
|
827
|
+
content: {
|
|
828
|
+
label: string;
|
|
829
|
+
content_text: string;
|
|
830
|
+
text_position: string;
|
|
831
|
+
};
|
|
832
|
+
endpoint: {
|
|
833
|
+
labels: string;
|
|
834
|
+
left_bottom_point: string;
|
|
835
|
+
right_top_point: string;
|
|
836
|
+
};
|
|
400
837
|
};
|
|
401
838
|
zooming: {
|
|
402
839
|
label: string;
|
|
@@ -413,5 +850,13 @@ export declare const en: {
|
|
|
413
850
|
};
|
|
414
851
|
};
|
|
415
852
|
};
|
|
853
|
+
viz: {
|
|
854
|
+
viz_config_banner: string;
|
|
855
|
+
};
|
|
856
|
+
validation: {
|
|
857
|
+
number: {
|
|
858
|
+
require_a_number: string;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
416
861
|
};
|
|
417
862
|
};
|