@nocobase/plugin-data-visualization 2.0.0-alpha.5 → 2.0.0-alpha.50

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.
Files changed (45) hide show
  1. package/dist/client/2ba6e739852f8f86.js +10 -0
  2. package/dist/client/3326d830e1c77b0a.js +47 -0
  3. package/dist/client/8795975cb8946be4.js +10 -0
  4. package/dist/client/924c5f5607998e1c.js +10 -0
  5. package/dist/client/flow/components/AntdFilterSelector.d.ts +35 -0
  6. package/dist/client/flow/{models/ChartPreviewer.d.ts → components/DaraButton.d.ts} +5 -1
  7. package/dist/client/flow/models/ChartBlockModel.d.ts +18 -19
  8. package/dist/client/flow/models/ChartOptionsBuilder.d.ts +3 -5
  9. package/dist/client/flow/models/ChartOptionsBuilder.service.d.ts +45 -3
  10. package/dist/client/flow/models/ChartOptionsPanel.d.ts +1 -0
  11. package/dist/client/flow/models/{ChartEventsEditor.d.ts → EventsEditor.d.ts} +2 -1
  12. package/dist/client/flow/models/QueryBuilder.d.ts +7 -1
  13. package/dist/client/flow/models/QueryBuilder.service.d.ts +19 -0
  14. package/dist/client/flow/resources/ChartResource.d.ts +1 -4
  15. package/dist/client/flow/utils.d.ts +4 -0
  16. package/dist/client/index.js +1 -1
  17. package/dist/client/utils.d.ts +11 -11
  18. package/dist/externalVersion.js +10 -9
  19. package/dist/locale/de-DE.json +122 -79
  20. package/dist/locale/en-US.json +122 -86
  21. package/dist/locale/es-ES.json +145 -0
  22. package/dist/locale/fr-FR.json +145 -0
  23. package/dist/locale/hu-HU.json +145 -0
  24. package/dist/locale/id-ID.json +145 -0
  25. package/dist/locale/it-IT.json +122 -79
  26. package/dist/locale/ja-JP.json +130 -78
  27. package/dist/locale/ko-KR.json +140 -70
  28. package/dist/locale/nl-NL.json +149 -99
  29. package/dist/locale/pt-BR.json +145 -0
  30. package/dist/locale/ru-RU.json +145 -0
  31. package/dist/locale/tr-TR.json +145 -0
  32. package/dist/locale/uk-UA.json +145 -0
  33. package/dist/locale/vi-VN.json +145 -0
  34. package/dist/locale/zh-CN.json +122 -87
  35. package/dist/locale/zh-TW.json +145 -0
  36. package/dist/node_modules/koa-compose/package.json +1 -1
  37. package/dist/node_modules/moment-timezone/package.json +1 -1
  38. package/dist/server/actions/query.js +20 -2
  39. package/package.json +5 -2
  40. package/dist/client/33f0f13fb9c8b63c.js +0 -10
  41. package/dist/client/b60420c7da874e70.js +0 -47
  42. package/dist/client/d5982ab2df5b1822.js +0 -10
  43. package/dist/client/e5eee84a69b5014e.js +0 -10
  44. package/dist/client/flow/models/FormItemLite.d.ts +0 -13
  45. package/dist/client/flow/models/queryBuilder.logic.d.ts +0 -25
@@ -88,19 +88,19 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
88
88
  name?: string;
89
89
  type?: string;
90
90
  interface?: string;
91
- uiSchema?: import("@formily/react").Stringify<{
91
+ uiSchema?: import("@formily/json-schema").Stringify<{
92
92
  [key: symbol]: any;
93
93
  [key: `x-${string}`]: any;
94
94
  [key: `x-${number}`]: any;
95
95
  version?: string;
96
- name?: import("@formily/react").SchemaKey;
96
+ name?: import("@formily/json-schema").SchemaKey;
97
97
  title?: any;
98
98
  description?: any;
99
99
  default?: any;
100
100
  readOnly?: boolean;
101
101
  writeOnly?: boolean;
102
- type?: import("@formily/react").SchemaTypes;
103
- enum?: import("@formily/react").SchemaEnum<any>;
102
+ type?: import("@formily/json-schema").SchemaTypes;
103
+ enum?: import("@formily/json-schema").SchemaEnum<any>;
104
104
  const?: any;
105
105
  multipleOf?: number;
106
106
  maximum?: number;
@@ -119,12 +119,12 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
119
119
  format?: string;
120
120
  $ref?: string;
121
121
  $namespace?: string;
122
- definitions?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
123
- properties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
124
- items?: import("@formily/react").SchemaItems<any, any, any, any, any, any, any, any>;
125
- additionalItems?: import("@formily/react").Stringify<any>;
126
- patternProperties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
127
- additionalProperties?: import("@formily/react").Stringify<any>;
122
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
123
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
124
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any>;
125
+ additionalItems?: import("@formily/json-schema").Stringify<any>;
126
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any>;
127
+ additionalProperties?: import("@formily/json-schema").Stringify<any>;
128
128
  "x-value"?: any;
129
129
  "x-index"?: number;
130
130
  "x-pattern"?: any;
@@ -134,7 +134,7 @@ export declare const getSelectedFields: (fields: FieldOption[], query: QueryProp
134
134
  "x-decorator-props"?: any;
135
135
  "x-component"?: any;
136
136
  "x-component-props"?: any;
137
- "x-reactions"?: import("@formily/react").SchemaReactions<any>;
137
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any>;
138
138
  "x-content"?: any;
139
139
  "x-data"?: any;
140
140
  "x-visible"?: boolean;
@@ -8,18 +8,18 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.5",
11
+ "@nocobase/client": "2.0.0-alpha.50",
12
12
  "@formily/react": "2.3.7",
13
- "@nocobase/plugin-ai": "2.0.0-alpha.5",
14
- "@nocobase/flow-engine": "2.0.0-alpha.5",
13
+ "@nocobase/plugin-ai": "2.0.0-alpha.50",
14
+ "@nocobase/flow-engine": "2.0.0-alpha.50",
15
15
  "react-i18next": "11.18.6",
16
16
  "dayjs": "1.11.13",
17
17
  "@formily/shared": "2.3.7",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/cache": "2.0.0-alpha.5",
20
- "@nocobase/server": "2.0.0-alpha.5",
21
- "@nocobase/test": "2.0.0-alpha.5",
22
- "@nocobase/utils": "2.0.0-alpha.5",
19
+ "@nocobase/cache": "2.0.0-alpha.50",
20
+ "@nocobase/server": "2.0.0-alpha.50",
21
+ "@nocobase/test": "2.0.0-alpha.50",
22
+ "@nocobase/utils": "2.0.0-alpha.50",
23
23
  "react": "18.2.0",
24
24
  "@emotion/css": "11.13.0",
25
25
  "@ant-design/icons": "5.6.1",
@@ -27,8 +27,9 @@ module.exports = {
27
27
  "antd": "5.24.2",
28
28
  "@formily/antd-v5": "1.2.3",
29
29
  "@formily/core": "2.3.7",
30
- "@nocobase/actions": "2.0.0-alpha.5",
31
- "@nocobase/database": "2.0.0-alpha.5",
30
+ "@nocobase/actions": "2.0.0-alpha.50",
31
+ "@nocobase/database": "2.0.0-alpha.50",
32
+ "@nocobase/acl": "2.0.0-alpha.50",
32
33
  "sequelize": "6.35.2",
33
34
  "@formily/reactive": "2.3.7"
34
35
  };
@@ -1,102 +1,145 @@
1
1
  {
2
- "Edit": "Bearbeiten",
3
- "Delete": "Löschen",
4
- "Cancel": "Abbrechen",
5
- "Submit": "Absenden",
2
+ "Abbreviation": "Abkürzung",
6
3
  "Actions": "Aktionen",
7
- "Title": "Titel",
8
- "Enable": "Aktivieren",
4
+ "Add chart": "Diagramm hinzufügen",
5
+ "Add custom field": "Benutzerdefiniertes Feld hinzufügen",
6
+ "Add field": "Feld hinzufügen",
7
+ "Add transformation": "Transformation hinzufügen",
8
+ "Aggregation": "Aggregation",
9
+ "Alias": "Alias",
10
+ "Are you sure to cancel?": "Sind Sie sicher, dass Sie abbrechen möchten?",
11
+ "Area": "Fläche",
12
+ "Aspect ratio": "Seitenverhältnis",
13
+ "Auto map by data columns": "Auto map by data columns",
14
+ "Auto refresh": "Automatische Aktualisierung",
15
+ "Avg": "Durchschnitt",
16
+ "Bar": "Balken",
17
+ "Builder": "Builder",
18
+ "Built-in": "Eingebaut",
19
+ "Cancel": "Abbrechen",
20
+ "Category field": "Category field",
9
21
  "Chart": "Diagramm",
22
+ "Chart options": "Chart options",
23
+ "Chart settings": "Chart settings",
24
+ "Chart type": "Diagrammtyp",
10
25
  "ChartV2": "DiagrammV2",
11
26
  "Charts": "Diagramme",
27
+ "Choose the appropriate chart": "Choose the appropriate chart",
28
+ "Collapse": "Einklappen",
29
+ "Collection": "Sammlung",
30
+ "Column": "Säule",
31
+ "Config reference: ": "Konfigurationsreferenz: ",
12
32
  "Configure": "Konfigurieren",
13
- "Duplicate": "Duplizieren",
14
33
  "Configure chart": "Diagramm konfigurieren",
15
- "Transform": "Transformieren",
16
- "Chart type": "Diagrammtyp",
17
- "JSON config": "JSON-Konfiguration",
18
- "Query": "Abfrage",
34
+ "Container": "Container",
35
+ "Count": "Anzahl",
36
+ "Currency": "Währung",
37
+ "Current filter": "Aktueller Filter",
19
38
  "Data": "Daten",
20
- "Run query": "Abfrage ausführen",
21
- "Measures": "Messgrößen",
39
+ "Data query": "Data query",
40
+ "Date range": "Datumsbereich",
41
+ "Delete": "Löschen",
22
42
  "Dimensions": "Dimensionen",
23
- "Filter": "Filter",
24
- "Sort": "Sortierung",
25
- "Limit": "Limit",
26
- "Offset": "Versatz",
43
+ "Distinct": "Eindeutig",
44
+ "Divide": "Divide",
45
+ "Doughnut": "Doughnut Chart",
46
+ "Dual axes": "Doppelachsen",
47
+ "Duplicate": "Duplizieren",
48
+ "Edit": "Bearbeiten",
49
+ "Edit field properties": "Feldeigenschaften bearbeiten",
50
+ "Enable": "Aktivieren",
27
51
  "Enable cache": "Cache aktivieren",
28
- "TTL (second)": "TTL (Sekunden)",
52
+ "Events": "Events",
53
+ "Expand": "Erweitern",
54
+ "Exponential": "Exponentiell",
29
55
  "Field": "Feld",
30
- "Aggregation": "Aggregation",
31
- "Alias": "Alias",
56
+ "Filter": "Filter",
57
+ "Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
58
+ "Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
59
+ "Fixed height": "Feste Höhe",
32
60
  "Format": "Format",
33
- "The first 10 records of the query result:": "Die ersten 10 Datensätze des Abfrageergebnisses:",
34
- "Please run query to retrive data.": "Bitte führen Sie die Abfrage aus, um Daten abzurufen.",
35
- "Type": "Typ",
36
- "Add field": "Feld hinzufügen",
37
- "Add chart": "Diagramm hinzufügen",
38
- "xField": "X-Feld",
39
- "yField": "Y-Feld",
40
- "seriesField": "Reihenfeld",
41
- "angleField": "Winkelfeld",
42
- "colorField": "Farbfeld",
43
- "Line": "Linie",
44
- "Area": "Fläche",
45
- "Column": "Säule",
46
- "Bar": "Balken",
47
- "Pie": "Kreis",
48
- "Dual axes": "Doppelachsen",
49
- "Scatter": "Streuung",
61
+ "Funnel": "Funnel Chart",
50
62
  "Gauge": "Messanzeige",
51
- "Statistic": "Statistik",
52
- "Currency": "Währung",
63
+ "Height": "Höhe",
64
+ "Hide data": "Hide data",
65
+ "Horizontal": "Horizontal",
66
+ "Inner radius (%)": "Inner radius (%)",
67
+ "Input": "Eingabe",
68
+ "JSON config": "JSON-Konfiguration",
69
+ "Label": "Label",
70
+ "Label content": "Label content",
71
+ "Legend": "Legend",
72
+ "Limit": "Limit",
73
+ "Line": "Linie",
74
+ "Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
75
+ "Max": "Maximum",
76
+ "Max size (%)": "Max size (%)",
77
+ "Measures": "Messgrößen",
78
+ "Min": "Minimum",
79
+ "Min size (%)": "Min size (%)",
80
+ "Multiply": "Multiply",
81
+ "Offset": "Versatz",
82
+ "Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
83
+ "Optimize visual encoding": "Optimize visual encoding",
84
+ "Optional series": "Optional series",
85
+ "Original field": "Ursprüngliches Feld",
86
+ "Outer radius (%)": "Outer radius (%)",
53
87
  "Percent": "Prozent",
54
- "Exponential": "Exponentiell",
55
- "Abbreviation": "Abkürzung",
88
+ "Pie": "Kreis",
89
+ "Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
56
90
  "Please configure and run query": "Bitte konfigurieren und führen Sie die Abfrage aus",
57
91
  "Please configure chart": "Bitte konfigurieren Sie das Diagramm",
58
- "Are you sure to cancel?": "Sind Sie sicher, dass Sie abbrechen möchten?",
59
- "You changes are not saved. If you click OK, your changes will be lost.": "Ihre Änderungen sind nicht gespeichert. Wenn Sie OK klicken, gehen Ihre Änderungen verloren.",
92
+ "Please run query to retrive data.": "Bitte führen Sie die Abfrage aus, um Daten abzurufen.",
93
+ "Please select a chart type.": "Bitte wählen Sie einen Diagrammtyp aus.",
94
+ "Query": "Abfrage",
95
+ "Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
96
+ "Run query": "Abfrage ausführen",
60
97
  "Same properties set in the form above will be overwritten by this JSON config.": "Dieselben Eigenschaften, die im obigen Formular festgelegt wurden, werden durch diese JSON-Konfiguration überschrieben.",
61
- "Built-in": "Eingebaut",
62
- "Config reference: ": "Konfigurationsreferenz: ",
63
- "Table": "Tabelle",
98
+ "Scatter": "Streuung",
99
+ "Select Field": "Select Field",
100
+ "Select a source field to use metadata of the field": "Wählen Sie ein Quellfeld aus, um Metadaten des Feldes zu verwenden",
101
+ "Select field": "Select Field",
102
+ "Show background": "Hintergrund anzeigen",
103
+ "Show border": "Rahmen anzeigen",
104
+ "Show padding": "Abstand anzeigen",
105
+ "Size": "Größe",
106
+ "Smooth": "Smooth",
107
+ "Sort": "Sortierung",
108
+ "Split line": "Split line",
109
+ "Stack": "Stack",
110
+ "Statistic": "Statistik",
111
+ "Submit": "Absenden",
64
112
  "Sum": "Summe",
65
- "Avg": "Durchschnitt",
66
- "Count": "Anzahl",
67
- "Min": "Minimum",
68
- "Max": "Maximum",
69
- "Please select a chart type.": "Bitte wählen Sie einen Diagrammtyp aus.",
70
- "Collection": "Sammlung",
71
- "isStack": "istGestapelt",
72
- "isPercent": "istProzent",
73
- "isGroup": "istGruppiert",
74
- "smooth": "geglättet",
75
- "Collapse": "Einklappen",
76
- "Expand": "Erweitern",
77
- "Current filter": "Aktueller Filter",
78
- "Add custom field": "Benutzerdefiniertes Feld hinzufügen",
79
- "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "Um mit benutzerdefinierten Feldern zu filtern, verwenden Sie die Variablen \"Aktueller Filter\" in der Diagrammkonfiguration.",
80
- "Input": "Eingabe",
81
- "Date range": "Datumsbereich",
113
+ "TTL (second)": "TTL (Sekunden)",
114
+ "Table": "Tabelle",
115
+ "The first 10 records of the query result:": "Die ersten 10 Datensätze des Abfrageergebnisses:",
82
116
  "Time range": "Zeitbereich",
83
- "Edit field properties": "Feldeigenschaften bearbeiten",
84
- "Select a source field to use metadata of the field": "Wählen Sie ein Quellfeld aus, um Metadaten des Feldes zu verwenden",
85
- "Original field": "Ursprüngliches Feld",
117
+ "Title": "Titel",
118
+ "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "Um mit benutzerdefinierten Feldern zu filtern, verwenden Sie die Variablen \"Aktueller Filter\" in der Diagrammkonfiguration.",
119
+ "Tooltip": "Tooltip",
120
+ "Transform": "Transformieren",
86
121
  "Transformation": "Transformation",
87
- "Add transformation": "Transformation hinzufügen",
88
- "Container": "Container",
89
- "Show border": "Rahmen anzeigen",
90
122
  "Transformation tip": "Felder erlauben mehrere Transformationen, die nacheinander angewendet werden. Achten Sie auf Datentypenänderungen nach jeder Transformation. Drag-and-Drop-Funktionalität ermöglicht die Anpassung der Transformationsreihenfolge.",
91
- "Type conversion": "Typumwandlung",
92
123
  "Transformer": "Transformator",
93
- "Size": "Größe",
124
+ "Type": "Typ",
125
+ "Type conversion": "Typumwandlung",
126
+ "Value field": "Value field",
127
+ "Vertical": "Vertical",
128
+ "View data": "View data",
94
129
  "Width": "Breite",
95
- "Height": "Höhe",
96
- "Aspect ratio": "Seitenverhältnis",
97
- "Fixed height": "Feste Höhe",
98
- "Show background": "Hintergrund anzeigen",
99
- "Show padding": "Abstand anzeigen",
100
- "Distinct": "Eindeutig",
101
- "Auto refresh": "Automatische Aktualisierung"
102
- }
130
+ "X axis label rotate": "X axis label rotate",
131
+ "You changes are not saved. If you click OK, your changes will be lost.": "Ihre Änderungen sind nicht gespeichert. Wenn Sie OK klicken, gehen Ihre Änderungen verloren.",
132
+ "angleField": "Winkelfeld",
133
+ "ascending": "ascending",
134
+ "colorField": "Farbfeld",
135
+ "descending": "descending",
136
+ "isGroup": "istGruppiert",
137
+ "isPercent": "istProzent",
138
+ "isStack": "istGestapelt",
139
+ "percent": "Percent",
140
+ "seriesField": "Reihenfeld",
141
+ "smooth": "geglättet",
142
+ "value": "Value",
143
+ "xField": "X-Feld",
144
+ "yField": "Y-Feld"
145
+ }
@@ -1,109 +1,145 @@
1
1
  {
2
- "Edit": "Edit",
3
- "Delete": "Delete",
4
- "Cancel": "Cancel",
5
- "Submit": "Submit",
2
+ "Abbreviation": "Abbreviation",
6
3
  "Actions": "Actions",
7
- "Title": "Title",
8
- "Enable": "Enable",
4
+ "Add chart": "Add chart",
5
+ "Add custom field": "Add custom field",
6
+ "Add field": "Add field",
7
+ "Add transformation": "Add transformation",
8
+ "Aggregation": "Aggregation",
9
+ "Alias": "Alias",
10
+ "Are you sure to cancel?": "Are you sure to cancel?",
11
+ "Area": "Area",
12
+ "Aspect ratio": "Aspect ratio",
13
+ "Auto map by data columns": "Auto map by data columns",
14
+ "Auto refresh": "Auto refresh",
15
+ "Avg": "Avg",
16
+ "Bar": "Bar",
17
+ "Builder": "Builder",
18
+ "Built-in": "Built-in",
19
+ "Cancel": "Cancel",
20
+ "Category field": "Category field",
9
21
  "Chart": "Chart",
22
+ "Chart options": "Chart options",
23
+ "Chart settings": "Chart settings",
24
+ "Chart type": "Chart type",
10
25
  "ChartV2": "ChartV2",
11
26
  "Charts": "Charts",
27
+ "Choose the appropriate chart": "Choose the appropriate chart",
28
+ "Collapse": "Collapse",
29
+ "Collection": "Collection",
30
+ "Column": "Column",
31
+ "Config reference: ": "Config reference: ",
12
32
  "Configure": "Configure",
13
- "Duplicate": "Duplicate",
14
33
  "Configure chart": "Configure chart",
15
- "Transform": "Transform",
16
- "Chart type": "Chart type",
17
- "JSON config": "JSON config",
18
- "Query": "Query",
34
+ "Container": "Container",
35
+ "Count": "Count",
36
+ "Currency": "Currency",
37
+ "Current filter": "Current filter",
19
38
  "Data": "Data",
20
- "Run query": "Run query",
21
- "Preview Data": "Preview Data",
22
- "Measures": "Measures",
39
+ "Data query": "Data query",
40
+ "Date range": "Date range",
41
+ "Delete": "Delete",
23
42
  "Dimensions": "Dimensions",
24
- "Filter": "Filter",
25
- "Sort": "Sort",
26
- "Limit": "Limit",
27
- "Offset": "Offset",
43
+ "Distinct": "Distinct",
44
+ "Divide": "Divide",
45
+ "Doughnut": "Doughnut Chart",
46
+ "Dual axes": "Dual axes",
47
+ "Duplicate": "Duplicate",
48
+ "Edit": "Edit",
49
+ "Edit field properties": "Edit field properties",
50
+ "Enable": "Enable",
28
51
  "Enable cache": "Enable cache",
29
- "TTL (second)": "TTL (second)",
52
+ "Events": "Events",
53
+ "Expand": "Expand",
54
+ "Exponential": "Exponential",
30
55
  "Field": "Field",
31
- "Select Field": "Select Field",
32
- "Aggregation": "Aggregation",
33
- "Alias": "Alias",
56
+ "Filter": "Filter",
57
+ "Fix errors or field mismatch, output SQL or ECharts options": "Fix errors or field mismatch, output SQL or ECharts options",
58
+ "Fix preview errors or field mismatch": "Fix preview errors or field mismatch",
59
+ "Fixed height": "Fixed height",
34
60
  "Format": "Format",
35
- "The first 10 records of the query result:": "The first 10 records of the query result:",
36
- "Please run query to retrive data.": "Please run query to retrive data.",
37
- "Type": "Type",
38
- "Add field": "Add field",
39
- "Add chart": "Add chart",
40
- "xField": "X field",
41
- "yField": "Y field",
42
- "seriesField": "Series field",
43
- "angleField": "Angle field",
44
- "colorField": "Color field",
45
- "Line": "Line",
46
- "Area": "Area",
47
- "Column": "Column",
48
- "Bar": "Bar",
49
- "Pie": "Pie",
50
- "Dual axes": "Dual axes",
51
- "Scatter": "Scatter",
61
+ "Funnel": "Funnel Chart",
52
62
  "Gauge": "Gauge",
53
- "Statistic": "Statistic",
54
- "Currency": "Currency",
63
+ "Height": "Height",
64
+ "Hide data": "Hide data",
65
+ "Horizontal": "Horizontal",
66
+ "Inner radius (%)": "Inner radius (%)",
67
+ "Input": "Input",
68
+ "JSON config": "JSON config",
69
+ "Label": "Label",
70
+ "Label content": "Label content",
71
+ "Legend": "Legend",
72
+ "Limit": "Limit",
73
+ "Line": "Line",
74
+ "Map X/Y/category/value by columns and generate ECharts options": "Map X/Y/category/value by columns and generate ECharts options",
75
+ "Max": "Max",
76
+ "Max size (%)": "Max size (%)",
77
+ "Measures": "Measures",
78
+ "Min": "Min",
79
+ "Min size (%)": "Min size (%)",
80
+ "Multiply": "Multiply",
81
+ "Offset": "Offset",
82
+ "Optimize color, ordering and aggregation, output ECharts options": "Optimize color, ordering and aggregation, output ECharts options",
83
+ "Optimize visual encoding": "Optimize visual encoding",
84
+ "Optional series": "Optional series",
85
+ "Original field": "Original field",
86
+ "Outer radius (%)": "Outer radius (%)",
55
87
  "Percent": "Percent",
56
- "Exponential": "Exponential",
57
- "Abbreviation": "Abbreviation",
88
+ "Pie": "Pie",
89
+ "Please click 'Run Query' to fetch data before configuring chart options": "Please click 'Run Query' to fetch data before configuring chart options",
58
90
  "Please configure and run query": "Please configure and run query",
59
91
  "Please configure chart": "Please configure chart",
60
- "Are you sure to cancel?": "Are you sure to cancel?",
61
- "You changes are not saved. If you click OK, your changes will be lost.": "You changes are not saved. If you click OK, your changes will be lost.",
92
+ "Please run query to retrive data.": "Please run query to retrive data.",
93
+ "Please select a chart type.": "Please select a chart type.",
94
+ "Query": "Query",
95
+ "Recommend chart type by data structure and explain reasons": "Recommend chart type by data structure and explain reasons",
96
+ "Run query": "Run query",
62
97
  "Same properties set in the form above will be overwritten by this JSON config.": "Same properties set in the form above will be overwritten by this JSON config.",
63
- "Built-in": "Built-in",
64
- "Config reference: ": "Config reference: ",
65
- "Table": "Table",
98
+ "Scatter": "Scatter",
99
+ "Select Field": "Select Field",
100
+ "Select a source field to use metadata of the field": "Select a source field to use metadata of the field",
101
+ "Select field": "Select Field",
102
+ "Show background": "Show background",
103
+ "Show border": "Show border",
104
+ "Show padding": "Show padding",
105
+ "Size": "Size",
106
+ "Smooth": "Smooth",
107
+ "Sort": "Sort",
108
+ "Split line": "Split line",
109
+ "Stack": "Stack",
110
+ "Statistic": "Statistic",
111
+ "Submit": "Submit",
66
112
  "Sum": "Sum",
67
- "Avg": "Avg",
68
- "Count": "Count",
69
- "Min": "Min",
70
- "Max": "Max",
71
- "Please select a chart type.": "Please select a chart type.",
72
- "Collection": "Collection",
73
- "isStack": "isStack",
74
- "isPercent": "isPercent",
75
- "isGroup": "isGroup",
76
- "smooth": "smooth",
77
- "Expand": "Expand",
78
- "Current filter": "Current filter",
79
- "Add custom field": "Add custom field",
80
- "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "To filter with custom fields, use \"Current filter\" variables in the chart configuration.",
81
- "Input": "Input",
82
- "Date range": "Date range",
113
+ "TTL (second)": "TTL (second)",
114
+ "Table": "Table",
115
+ "The first 10 records of the query result:": "The first 10 records of the query result:",
83
116
  "Time range": "Time range",
84
- "Edit field properties": "Edit field properties",
85
- "Select a source field to use metadata of the field": "Select a source field to use metadata of the field",
86
- "Original field": "Original field",
117
+ "Title": "Title",
118
+ "To filter with custom fields, use \"Current filter\" variables in the chart configuration.": "To filter with custom fields, use \"Current filter\" variables in the chart configuration.",
119
+ "Tooltip": "Tooltip",
120
+ "Transform": "Transform",
87
121
  "Transformation": "Transformation",
88
- "Add transformation": "Add transformation",
89
- "Container": "Container",
90
- "Show border": "Show border",
91
122
  "Transformation tip": "Fields allow multiple transformations, applied sequentially. Pay attention to data type changes after each transformation. Drag-and-drop functionality enables adjustment of transformation order.",
92
- "Type conversion": "Type conversion",
93
123
  "Transformer": "Transformer",
94
- "Size": "Size",
124
+ "Type": "Type",
125
+ "Type conversion": "Type conversion",
126
+ "Value field": "Value field",
127
+ "Vertical": "Vertical",
128
+ "View data": "View data",
95
129
  "Width": "Width",
96
- "Height": "Height",
97
- "Smooth": "Smooth",
98
- "Legend": "Legend",
99
- "Tooltip": "Tooltip",
100
- "Label": "Label",
101
- "Aspect ratio": "Aspect ratio",
102
- "Fixed height": "Fixed height",
103
- "Show background": "Show background",
104
- "Show padding": "Show padding",
105
- "Distinct": "Distinct",
106
- "Auto refresh": "Auto refresh",
107
- "Divide":"Divide",
108
- "Multiply":"Multiply"
109
- }
130
+ "X axis label rotate": "X axis label rotate",
131
+ "You changes are not saved. If you click OK, your changes will be lost.": "You changes are not saved. If you click OK, your changes will be lost.",
132
+ "angleField": "Angle field",
133
+ "ascending": "ascending",
134
+ "colorField": "Color field",
135
+ "descending": "descending",
136
+ "isGroup": "isGroup",
137
+ "isPercent": "isPercent",
138
+ "isStack": "isStack",
139
+ "percent": "Percent",
140
+ "seriesField": "Series field",
141
+ "smooth": "smooth",
142
+ "value": "Value",
143
+ "xField": "X field",
144
+ "yField": "Y field"
145
+ }