@nocobase/plugin-data-visualization-echarts 2.0.3
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/LICENSE +201 -0
- package/README.md +99 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/echarts/ReactEChart.d.ts +11 -0
- package/dist/client/echarts/bar.d.ts +14 -0
- package/dist/client/echarts/column.d.ts +22 -0
- package/dist/client/echarts/configs.d.ts +314 -0
- package/dist/client/echarts/diverging-bar.d.ts +7 -0
- package/dist/client/echarts/echart.d.ts +56 -0
- package/dist/client/echarts/funnel.d.ts +42 -0
- package/dist/client/echarts/index.d.ts +13 -0
- package/dist/client/echarts/line.d.ts +14 -0
- package/dist/client/echarts/pie.d.ts +15 -0
- package/dist/client/echarts/radar.d.ts +29 -0
- package/dist/client/echarts/themes/dark/chalk.d.ts +355 -0
- package/dist/client/echarts/themes/dark/dark.d.ts +355 -0
- package/dist/client/echarts/themes/dark/halloween.d.ts +362 -0
- package/dist/client/echarts/themes/dark/purple-passion.d.ts +355 -0
- package/dist/client/echarts/themes/light/essos.d.ts +355 -0
- package/dist/client/echarts/themes/light/infographic.d.ts +355 -0
- package/dist/client/echarts/themes/light/macarons.d.ts +355 -0
- package/dist/client/echarts/themes/light/roma.d.ts +355 -0
- package/dist/client/echarts/themes/light/shine.d.ts +355 -0
- package/dist/client/echarts/themes/light/vintage.d.ts +355 -0
- package/dist/client/echarts/themes/light/walden.d.ts +363 -0
- package/dist/client/echarts/themes/light/westeros.d.ts +355 -0
- package/dist/client/echarts/themes/light/wonderland.d.ts +355 -0
- package/dist/client/echarts/transform.d.ts +9 -0
- package/dist/client/echarts/treemap.d.ts +26 -0
- package/dist/client/echarts/wordcloud.d.ts +16 -0
- package/dist/client/index.d.ts +7 -0
- package/dist/client/index.js +10 -0
- package/dist/client/locale.d.ts +3 -0
- package/dist/externalVersion.js +16 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +48 -0
- package/dist/locale/de-DE.json +78 -0
- package/dist/locale/en-US.json +78 -0
- package/dist/locale/es-ES.json +78 -0
- package/dist/locale/fr-FR.json +78 -0
- package/dist/locale/hu-HU.json +78 -0
- package/dist/locale/id-ID.json +78 -0
- package/dist/locale/it-IT.json +78 -0
- package/dist/locale/ja-JP.json +78 -0
- package/dist/locale/ko-KR.json +78 -0
- package/dist/locale/nl-NL.json +78 -0
- package/dist/locale/pt-BR.json +78 -0
- package/dist/locale/ru-RU.json +78 -0
- package/dist/locale/tr-TR.json +78 -0
- package/dist/locale/uk-UA.json +78 -0
- package/dist/locale/vi-VN.json +78 -0
- package/dist/locale/zh-CN.json +78 -0
- package/dist/locale/zh-TW.json +78 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.js +42 -0
- package/dist/server/plugin.d.ts +11 -0
- package/dist/server/plugin.js +54 -0
- package/package.json +34 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
module.exports = {
|
|
11
|
+
"@nocobase/client": "2.0.3",
|
|
12
|
+
"@nocobase/plugin-data-visualization": "2.0.3",
|
|
13
|
+
"@nocobase/server": "2.0.3",
|
|
14
|
+
"react": "18.2.0",
|
|
15
|
+
"lodash": "4.17.21"
|
|
16
|
+
};
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
var __create = Object.create;
|
|
11
|
+
var __defProp = Object.defineProperty;
|
|
12
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
13
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
14
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
15
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
16
|
+
var __export = (target, all) => {
|
|
17
|
+
for (var name in all)
|
|
18
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
19
|
+
};
|
|
20
|
+
var __copyProps = (to, from, except, desc) => {
|
|
21
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
22
|
+
for (let key of __getOwnPropNames(from))
|
|
23
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
24
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
25
|
+
}
|
|
26
|
+
return to;
|
|
27
|
+
};
|
|
28
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
29
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
30
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
31
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
32
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
33
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
34
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
35
|
+
mod
|
|
36
|
+
));
|
|
37
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
38
|
+
var src_exports = {};
|
|
39
|
+
__export(src_exports, {
|
|
40
|
+
default: () => import_server.default
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(src_exports);
|
|
43
|
+
__reExport(src_exports, require("./server"), module.exports);
|
|
44
|
+
var import_server = __toESM(require("./server"));
|
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
46
|
+
0 && (module.exports = {
|
|
47
|
+
...require("./server")
|
|
48
|
+
});
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% stack",
|
|
3
|
+
"Abscissa": "Abscissa",
|
|
4
|
+
"Bar category gap": "Bar category gap",
|
|
5
|
+
"Bar gap": "Bar gap",
|
|
6
|
+
"Bar width (min, max)": "Bar width (min, max)",
|
|
7
|
+
"Both x and y-axis": "Both x and y-axis",
|
|
8
|
+
"Bottom": "Bottom",
|
|
9
|
+
"Cardioid": "Cardioid",
|
|
10
|
+
"Category name": "Category name",
|
|
11
|
+
"Center": "Center",
|
|
12
|
+
"Center coordinates": "Center coordinates",
|
|
13
|
+
"Circle": "Circle",
|
|
14
|
+
"Color by": "Color by",
|
|
15
|
+
"Colors": "Colors",
|
|
16
|
+
"Dark mode theme": "Dark mode theme",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Diverging bar",
|
|
19
|
+
"End": "End",
|
|
20
|
+
"Funnel": "Funnel",
|
|
21
|
+
"Funnel size (min, max)": "Funnel size (min, max)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Inner radius",
|
|
24
|
+
"Inside": "Inside",
|
|
25
|
+
"Inside right": "Inside right",
|
|
26
|
+
"Inside top": "Inside top",
|
|
27
|
+
"Label position": "Label position",
|
|
28
|
+
"Label type": "Label type",
|
|
29
|
+
"Left": "Left",
|
|
30
|
+
"Left X field": "Left X field",
|
|
31
|
+
"Legend orient": "Legend orient",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Legend position (left, bottom, right, top)",
|
|
33
|
+
"Light mode theme": "Light mode theme",
|
|
34
|
+
"Mark line": "Mark line",
|
|
35
|
+
"Max": "Max",
|
|
36
|
+
"Middle": "Middle",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "No stack",
|
|
39
|
+
"Only x-axis": "Only x-axis",
|
|
40
|
+
"Only y-axis": "Only y-axis",
|
|
41
|
+
"Ordinate": "Ordinate",
|
|
42
|
+
"Outside": "Outside",
|
|
43
|
+
"Outter radius": "Outter radius",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (left, bottom, right, top)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Percentage",
|
|
47
|
+
"Polygon": "Polygon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Range",
|
|
51
|
+
"Right": "Right",
|
|
52
|
+
"Right X field": "Right X field",
|
|
53
|
+
"Series": "Series",
|
|
54
|
+
"Shape": "Shape",
|
|
55
|
+
"Show label line": "Show label line",
|
|
56
|
+
"Show legend": "Show legend",
|
|
57
|
+
"Split line": "Split line",
|
|
58
|
+
"Square": "Square",
|
|
59
|
+
"Stack": "Stack",
|
|
60
|
+
"Star": "Star",
|
|
61
|
+
"Start": "Start",
|
|
62
|
+
"Symbol": "Symbol",
|
|
63
|
+
"Top": "Top",
|
|
64
|
+
"Treemap": "Treemap",
|
|
65
|
+
"Triangle": "Triangle",
|
|
66
|
+
"Triangle forward": "Triangle forward",
|
|
67
|
+
"Use dimensions as variables": "Use dimensions as variables",
|
|
68
|
+
"Use measures as variables": "Use measures as variables",
|
|
69
|
+
"Vertical": "Vertical",
|
|
70
|
+
"Word cloud": "Word cloud",
|
|
71
|
+
"X-Axis label rotate": "X-Axis label rotate",
|
|
72
|
+
"X-Axis title": "X-Axis title",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-Axis label rotate",
|
|
75
|
+
"Y-Axis title": "Y-Axis title",
|
|
76
|
+
"posRight": "Right",
|
|
77
|
+
"posTop": "Top"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% stack",
|
|
3
|
+
"Abscissa": "Abscissa",
|
|
4
|
+
"Bar category gap": "Bar category gap",
|
|
5
|
+
"Bar gap": "Bar gap",
|
|
6
|
+
"Bar width (min, max)": "Bar width (min, max)",
|
|
7
|
+
"Both x and y-axis": "Both x and y-axis",
|
|
8
|
+
"Bottom": "Bottom",
|
|
9
|
+
"Cardioid": "Cardioid",
|
|
10
|
+
"Category name": "Category name",
|
|
11
|
+
"Center": "Center",
|
|
12
|
+
"Center coordinates": "Center coordinates",
|
|
13
|
+
"Circle": "Circle",
|
|
14
|
+
"Color by": "Color by",
|
|
15
|
+
"Colors": "Colors",
|
|
16
|
+
"Dark mode theme": "Dark mode theme",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Diverging bar",
|
|
19
|
+
"End": "End",
|
|
20
|
+
"Funnel": "Funnel",
|
|
21
|
+
"Funnel size (min, max)": "Funnel size (min, max)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Inner radius",
|
|
24
|
+
"Inside": "Inside",
|
|
25
|
+
"Inside right": "Inside right",
|
|
26
|
+
"Inside top": "Inside top",
|
|
27
|
+
"Label position": "Label position",
|
|
28
|
+
"Label type": "Label type",
|
|
29
|
+
"Left": "Left",
|
|
30
|
+
"Left X field": "Left X field",
|
|
31
|
+
"Legend orient": "Legend orient",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Legend position (left, bottom, right, top)",
|
|
33
|
+
"Light mode theme": "Light mode theme",
|
|
34
|
+
"Mark line": "Mark line",
|
|
35
|
+
"Max": "Max",
|
|
36
|
+
"Middle": "Middle",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "No stack",
|
|
39
|
+
"Only x-axis": "Only x-axis",
|
|
40
|
+
"Only y-axis": "Only y-axis",
|
|
41
|
+
"Ordinate": "Ordinate",
|
|
42
|
+
"Outside": "Outside",
|
|
43
|
+
"Outter radius": "Outter radius",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (left, bottom, right, top)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Percentage",
|
|
47
|
+
"Polygon": "Polygon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Range",
|
|
51
|
+
"Right": "Right",
|
|
52
|
+
"Right X field": "Right X field",
|
|
53
|
+
"Series": "Series",
|
|
54
|
+
"Shape": "Shape",
|
|
55
|
+
"Show label line": "Show label line",
|
|
56
|
+
"Show legend": "Show legend",
|
|
57
|
+
"Split line": "Split line",
|
|
58
|
+
"Square": "Square",
|
|
59
|
+
"Stack": "Stack",
|
|
60
|
+
"Star": "Star",
|
|
61
|
+
"Start": "Start",
|
|
62
|
+
"Symbol": "Symbol",
|
|
63
|
+
"Top": "Top",
|
|
64
|
+
"Treemap": "Treemap",
|
|
65
|
+
"Triangle": "Triangle",
|
|
66
|
+
"Triangle forward": "Triangle forward",
|
|
67
|
+
"Use dimensions as variables": "Use dimensions as variables",
|
|
68
|
+
"Use measures as variables": "Use measures as variables",
|
|
69
|
+
"Vertical": "Vertical",
|
|
70
|
+
"Word cloud": "Word cloud",
|
|
71
|
+
"X-Axis label rotate": "X-Axis label rotate",
|
|
72
|
+
"X-Axis title": "X-Axis title",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-Axis label rotate",
|
|
75
|
+
"Y-Axis title": "Y-Axis title",
|
|
76
|
+
"posRight": "Right",
|
|
77
|
+
"posTop": "Top"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% stack",
|
|
3
|
+
"Abscissa": "Abscissa",
|
|
4
|
+
"Bar category gap": "Bar category gap",
|
|
5
|
+
"Bar gap": "Bar gap",
|
|
6
|
+
"Bar width (min, max)": "Bar width (min, max)",
|
|
7
|
+
"Both x and y-axis": "Both x and y-axis",
|
|
8
|
+
"Bottom": "Bottom",
|
|
9
|
+
"Cardioid": "Cardioid",
|
|
10
|
+
"Category name": "Category name",
|
|
11
|
+
"Center": "Center",
|
|
12
|
+
"Center coordinates": "Center coordinates",
|
|
13
|
+
"Circle": "Circle",
|
|
14
|
+
"Color by": "Color by",
|
|
15
|
+
"Colors": "Colors",
|
|
16
|
+
"Dark mode theme": "Dark mode theme",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Diverging bar",
|
|
19
|
+
"End": "End",
|
|
20
|
+
"Funnel": "Funnel",
|
|
21
|
+
"Funnel size (min, max)": "Funnel size (min, max)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Inner radius",
|
|
24
|
+
"Inside": "Inside",
|
|
25
|
+
"Inside right": "Inside right",
|
|
26
|
+
"Inside top": "Inside top",
|
|
27
|
+
"Label position": "Label position",
|
|
28
|
+
"Label type": "Label type",
|
|
29
|
+
"Left": "Left",
|
|
30
|
+
"Left X field": "Left X field",
|
|
31
|
+
"Legend orient": "Legend orient",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Legend position (left, bottom, right, top)",
|
|
33
|
+
"Light mode theme": "Light mode theme",
|
|
34
|
+
"Mark line": "Mark line",
|
|
35
|
+
"Max": "Max",
|
|
36
|
+
"Middle": "Middle",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "No stack",
|
|
39
|
+
"Only x-axis": "Only x-axis",
|
|
40
|
+
"Only y-axis": "Only y-axis",
|
|
41
|
+
"Ordinate": "Ordinate",
|
|
42
|
+
"Outside": "Outside",
|
|
43
|
+
"Outter radius": "Outter radius",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (left, bottom, right, top)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Percentage",
|
|
47
|
+
"Polygon": "Polygon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Range",
|
|
51
|
+
"Right": "Right",
|
|
52
|
+
"Right X field": "Right X field",
|
|
53
|
+
"Series": "Series",
|
|
54
|
+
"Shape": "Shape",
|
|
55
|
+
"Show label line": "Show label line",
|
|
56
|
+
"Show legend": "Show legend",
|
|
57
|
+
"Split line": "Split line",
|
|
58
|
+
"Square": "Square",
|
|
59
|
+
"Stack": "Stack",
|
|
60
|
+
"Star": "Star",
|
|
61
|
+
"Start": "Start",
|
|
62
|
+
"Symbol": "Symbol",
|
|
63
|
+
"Top": "Top",
|
|
64
|
+
"Treemap": "Treemap",
|
|
65
|
+
"Triangle": "Triangle",
|
|
66
|
+
"Triangle forward": "Triangle forward",
|
|
67
|
+
"Use dimensions as variables": "Use dimensions as variables",
|
|
68
|
+
"Use measures as variables": "Use measures as variables",
|
|
69
|
+
"Vertical": "Vertical",
|
|
70
|
+
"Word cloud": "Word cloud",
|
|
71
|
+
"X-Axis label rotate": "X-Axis label rotate",
|
|
72
|
+
"X-Axis title": "X-Axis title",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-Axis label rotate",
|
|
75
|
+
"Y-Axis title": "Y-Axis title",
|
|
76
|
+
"posRight": "Right",
|
|
77
|
+
"posTop": "Top"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% stack",
|
|
3
|
+
"Abscissa": "Abscissa",
|
|
4
|
+
"Bar category gap": "Bar category gap",
|
|
5
|
+
"Bar gap": "Bar gap",
|
|
6
|
+
"Bar width (min, max)": "Bar width (min, max)",
|
|
7
|
+
"Both x and y-axis": "Both x and y-axis",
|
|
8
|
+
"Bottom": "Bottom",
|
|
9
|
+
"Cardioid": "Cardioid",
|
|
10
|
+
"Category name": "Category name",
|
|
11
|
+
"Center": "Center",
|
|
12
|
+
"Center coordinates": "Center coordinates",
|
|
13
|
+
"Circle": "Circle",
|
|
14
|
+
"Color by": "Color by",
|
|
15
|
+
"Colors": "Colors",
|
|
16
|
+
"Dark mode theme": "Dark mode theme",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Diverging bar",
|
|
19
|
+
"End": "End",
|
|
20
|
+
"Funnel": "Funnel",
|
|
21
|
+
"Funnel size (min, max)": "Funnel size (min, max)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Inner radius",
|
|
24
|
+
"Inside": "Inside",
|
|
25
|
+
"Inside right": "Inside right",
|
|
26
|
+
"Inside top": "Inside top",
|
|
27
|
+
"Label position": "Label position",
|
|
28
|
+
"Label type": "Label type",
|
|
29
|
+
"Left": "Left",
|
|
30
|
+
"Left X field": "Left X field",
|
|
31
|
+
"Legend orient": "Legend orient",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Legend position (left, bottom, right, top)",
|
|
33
|
+
"Light mode theme": "Light mode theme",
|
|
34
|
+
"Mark line": "Mark line",
|
|
35
|
+
"Max": "Max",
|
|
36
|
+
"Middle": "Middle",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "No stack",
|
|
39
|
+
"Only x-axis": "Only x-axis",
|
|
40
|
+
"Only y-axis": "Only y-axis",
|
|
41
|
+
"Ordinate": "Ordinate",
|
|
42
|
+
"Outside": "Outside",
|
|
43
|
+
"Outter radius": "Outter radius",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (left, bottom, right, top)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Percentage",
|
|
47
|
+
"Polygon": "Polygon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Range",
|
|
51
|
+
"Right": "Right",
|
|
52
|
+
"Right X field": "Right X field",
|
|
53
|
+
"Series": "Series",
|
|
54
|
+
"Shape": "Shape",
|
|
55
|
+
"Show label line": "Show label line",
|
|
56
|
+
"Show legend": "Show legend",
|
|
57
|
+
"Split line": "Split line",
|
|
58
|
+
"Square": "Square",
|
|
59
|
+
"Stack": "Stack",
|
|
60
|
+
"Star": "Star",
|
|
61
|
+
"Start": "Start",
|
|
62
|
+
"Symbol": "Symbol",
|
|
63
|
+
"Top": "Top",
|
|
64
|
+
"Treemap": "Treemap",
|
|
65
|
+
"Triangle": "Triangle",
|
|
66
|
+
"Triangle forward": "Triangle forward",
|
|
67
|
+
"Use dimensions as variables": "Use dimensions as variables",
|
|
68
|
+
"Use measures as variables": "Use measures as variables",
|
|
69
|
+
"Vertical": "Vertical",
|
|
70
|
+
"Word cloud": "Word cloud",
|
|
71
|
+
"X-Axis label rotate": "X-Axis label rotate",
|
|
72
|
+
"X-Axis title": "X-Axis title",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-Axis label rotate",
|
|
75
|
+
"Y-Axis title": "Y-Axis title",
|
|
76
|
+
"posRight": "Right",
|
|
77
|
+
"posTop": "Top"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% halmozás",
|
|
3
|
+
"Abscissa": "Abszcissza",
|
|
4
|
+
"Bar category gap": "Oszlop kategória távolság",
|
|
5
|
+
"Bar gap": "Oszlopok közti távolság",
|
|
6
|
+
"Bar width (min, max)": "Oszlopszélesség (min, max)",
|
|
7
|
+
"Both x and y-axis": "Mindkét x és y tengely",
|
|
8
|
+
"Bottom": "Alul",
|
|
9
|
+
"Cardioid": "Kardoid",
|
|
10
|
+
"Category name": "Kategória név",
|
|
11
|
+
"Center": "Közép",
|
|
12
|
+
"Center coordinates": "Középponti koordináták",
|
|
13
|
+
"Circle": "Kör",
|
|
14
|
+
"Color by": "Színezés alapja",
|
|
15
|
+
"Colors": "Színek",
|
|
16
|
+
"Dark mode theme": "Sötét téma",
|
|
17
|
+
"Data": "Adatok",
|
|
18
|
+
"Diverging bar": "Eltérő oszlop",
|
|
19
|
+
"End": "Vége",
|
|
20
|
+
"Funnel": "Tölcsér",
|
|
21
|
+
"Funnel size (min, max)": "Tölcsérméret (min, max)",
|
|
22
|
+
"Horizontal": "Vízszintes",
|
|
23
|
+
"Inner radius": "Belső sugár",
|
|
24
|
+
"Inside": "Belül",
|
|
25
|
+
"Inside right": "Belül jobbra",
|
|
26
|
+
"Inside top": "Belül felül",
|
|
27
|
+
"Label position": "Címke pozíció",
|
|
28
|
+
"Label type": "Címke típus",
|
|
29
|
+
"Left": "Bal",
|
|
30
|
+
"Left X field": "Bal X mező",
|
|
31
|
+
"Legend orient": "Jelmagyarázat tájolása",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Jelmagyarázat pozíció (bal, alul, jobb, felül)",
|
|
33
|
+
"Light mode theme": "Világos téma",
|
|
34
|
+
"Mark line": "Jelölővonal",
|
|
35
|
+
"Max": "Maximum",
|
|
36
|
+
"Middle": "Közép",
|
|
37
|
+
"Min": "Minimum",
|
|
38
|
+
"No stack": "Nincs halmozás",
|
|
39
|
+
"Only x-axis": "Csak x-tengely",
|
|
40
|
+
"Only y-axis": "Csak y-tengely",
|
|
41
|
+
"Ordinate": "Ordináta",
|
|
42
|
+
"Outside": "Kívül",
|
|
43
|
+
"Outter radius": "Külső sugár",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Kitöltés (bal, alul, jobb, felül)",
|
|
45
|
+
"Pentagon": "Ötszög",
|
|
46
|
+
"Percentage": "Százalék",
|
|
47
|
+
"Polygon": "Sokszög",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Sugár",
|
|
50
|
+
"Range": "Tartomány",
|
|
51
|
+
"Right": "Jobb",
|
|
52
|
+
"Right X field": "Jobb X mező",
|
|
53
|
+
"Series": "Sorozat",
|
|
54
|
+
"Shape": "Alakzat",
|
|
55
|
+
"Show label line": "Címke vonal megjelenítése",
|
|
56
|
+
"Show legend": "Jelmagyarázat megjelenítése",
|
|
57
|
+
"Split line": "Osztóvonal",
|
|
58
|
+
"Square": "Négyzet",
|
|
59
|
+
"Stack": "Halmozás",
|
|
60
|
+
"Star": "Csillag",
|
|
61
|
+
"Start": "Kezdet",
|
|
62
|
+
"Symbol": "Szimbólum",
|
|
63
|
+
"Top": "Felül",
|
|
64
|
+
"Treemap": "Fatérkép",
|
|
65
|
+
"Triangle": "Háromszög",
|
|
66
|
+
"Triangle forward": "Előre mutató háromszög",
|
|
67
|
+
"Use dimensions as variables": "Dimenziók használata változóként",
|
|
68
|
+
"Use measures as variables": "Mértékek használata változóként",
|
|
69
|
+
"Vertical": "Függőleges",
|
|
70
|
+
"Word cloud": "Szófelhő",
|
|
71
|
+
"X-Axis label rotate": "X-tengely címke forgatása",
|
|
72
|
+
"X-Axis title": "X-tengely címe",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-tengely címke forgatása",
|
|
75
|
+
"Y-Axis title": "Y-tengely címe",
|
|
76
|
+
"posRight": "Jobb",
|
|
77
|
+
"posTop": "Felül"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "Tumpukan 100%",
|
|
3
|
+
"Abscissa": "Absis",
|
|
4
|
+
"Bar category gap": "Jeda kategori batang",
|
|
5
|
+
"Bar gap": "Jeda batang",
|
|
6
|
+
"Bar width (min, max)": "Lebar batang (min, maks)",
|
|
7
|
+
"Both x and y-axis": "Sumbu x dan y",
|
|
8
|
+
"Bottom": "Bawah",
|
|
9
|
+
"Cardioid": "Kardioid",
|
|
10
|
+
"Category name": "Nama kategori",
|
|
11
|
+
"Center": "Tengah",
|
|
12
|
+
"Center coordinates": "Koordinat tengah",
|
|
13
|
+
"Circle": "Lingkaran",
|
|
14
|
+
"Color by": "Warna berdasarkan",
|
|
15
|
+
"Colors": "Warna",
|
|
16
|
+
"Dark mode theme": "Tema mode gelap",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Batang divergen",
|
|
19
|
+
"End": "Akhir",
|
|
20
|
+
"Funnel": "Corong",
|
|
21
|
+
"Funnel size (min, max)": "Ukuran corong (min, maks)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Radius dalam",
|
|
24
|
+
"Inside": "Dalam",
|
|
25
|
+
"Inside right": "Dalam kanan",
|
|
26
|
+
"Inside top": "Dalam atas",
|
|
27
|
+
"Label position": "Posisi label",
|
|
28
|
+
"Label type": "Tipe label",
|
|
29
|
+
"Left": "Kiri",
|
|
30
|
+
"Left X field": "Bidang X kiri",
|
|
31
|
+
"Legend orient": "Orientasi legenda",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Posisi legenda (kiri, bawah, kanan, atas)",
|
|
33
|
+
"Light mode theme": "Tema mode terang",
|
|
34
|
+
"Mark line": "Garis penanda",
|
|
35
|
+
"Max": "Maks",
|
|
36
|
+
"Middle": "Tengah",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "Tidak menumpuk",
|
|
39
|
+
"Only x-axis": "Hanya sumbu x",
|
|
40
|
+
"Only y-axis": "Hanya sumbu y",
|
|
41
|
+
"Ordinate": "Ordinat",
|
|
42
|
+
"Outside": "Luar",
|
|
43
|
+
"Outter radius": "Radius luar",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (kiri, bawah, kanan, atas)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Persentase",
|
|
47
|
+
"Polygon": "Poligon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Rentang",
|
|
51
|
+
"Right": "Kanan",
|
|
52
|
+
"Right X field": "Bidang X kanan",
|
|
53
|
+
"Series": "Seri",
|
|
54
|
+
"Shape": "Bentuk",
|
|
55
|
+
"Show label line": "Tampilkan garis label",
|
|
56
|
+
"Show legend": "Tampilkan legenda",
|
|
57
|
+
"Split line": "Garis pemisah",
|
|
58
|
+
"Square": "Persegi",
|
|
59
|
+
"Stack": "Tumpuk",
|
|
60
|
+
"Star": "Bintang",
|
|
61
|
+
"Start": "Mulai",
|
|
62
|
+
"Symbol": "Simbol",
|
|
63
|
+
"Top": "Atas",
|
|
64
|
+
"Treemap": "Peta Pohon",
|
|
65
|
+
"Triangle": "Segitiga",
|
|
66
|
+
"Triangle forward": "Segitiga ke depan",
|
|
67
|
+
"Use dimensions as variables": "Gunakan dimensi sebagai variabel",
|
|
68
|
+
"Use measures as variables": "Gunakan ukuran sebagai variabel",
|
|
69
|
+
"Vertical": "Vertikal",
|
|
70
|
+
"Word cloud": "Awan kata",
|
|
71
|
+
"X-Axis label rotate": "Rotasi label sumbu X",
|
|
72
|
+
"X-Axis title": "Judul sumbu X",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Rotasi label sumbu Y",
|
|
75
|
+
"Y-Axis title": "Judul sumbu Y",
|
|
76
|
+
"posRight": "Kanan",
|
|
77
|
+
"posTop": "Atas"
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"100% stack": "100% stack",
|
|
3
|
+
"Abscissa": "Abscissa",
|
|
4
|
+
"Bar category gap": "Bar category gap",
|
|
5
|
+
"Bar gap": "Bar gap",
|
|
6
|
+
"Bar width (min, max)": "Bar width (min, max)",
|
|
7
|
+
"Both x and y-axis": "Both x and y-axis",
|
|
8
|
+
"Bottom": "Bottom",
|
|
9
|
+
"Cardioid": "Cardioid",
|
|
10
|
+
"Category name": "Category name",
|
|
11
|
+
"Center": "Center",
|
|
12
|
+
"Center coordinates": "Center coordinates",
|
|
13
|
+
"Circle": "Circle",
|
|
14
|
+
"Color by": "Color by",
|
|
15
|
+
"Colors": "Colors",
|
|
16
|
+
"Dark mode theme": "Dark mode theme",
|
|
17
|
+
"Data": "Data",
|
|
18
|
+
"Diverging bar": "Diverging bar",
|
|
19
|
+
"End": "End",
|
|
20
|
+
"Funnel": "Funnel",
|
|
21
|
+
"Funnel size (min, max)": "Funnel size (min, max)",
|
|
22
|
+
"Horizontal": "Horizontal",
|
|
23
|
+
"Inner radius": "Inner radius",
|
|
24
|
+
"Inside": "Inside",
|
|
25
|
+
"Inside right": "Inside right",
|
|
26
|
+
"Inside top": "Inside top",
|
|
27
|
+
"Label position": "Label position",
|
|
28
|
+
"Label type": "Label type",
|
|
29
|
+
"Left": "Left",
|
|
30
|
+
"Left X field": "Left X field",
|
|
31
|
+
"Legend orient": "Legend orient",
|
|
32
|
+
"Legend position (left, bottom, right, top)": "Legend position (left, bottom, right, top)",
|
|
33
|
+
"Light mode theme": "Light mode theme",
|
|
34
|
+
"Mark line": "Mark line",
|
|
35
|
+
"Max": "Max",
|
|
36
|
+
"Middle": "Middle",
|
|
37
|
+
"Min": "Min",
|
|
38
|
+
"No stack": "No stack",
|
|
39
|
+
"Only x-axis": "Only x-axis",
|
|
40
|
+
"Only y-axis": "Only y-axis",
|
|
41
|
+
"Ordinate": "Ordinate",
|
|
42
|
+
"Outside": "Outside",
|
|
43
|
+
"Outter radius": "Outter radius",
|
|
44
|
+
"Padding (left, bottom, right, top)": "Padding (left, bottom, right, top)",
|
|
45
|
+
"Pentagon": "Pentagon",
|
|
46
|
+
"Percentage": "Percentage",
|
|
47
|
+
"Polygon": "Polygon",
|
|
48
|
+
"Radar": "Radar",
|
|
49
|
+
"Radius": "Radius",
|
|
50
|
+
"Range": "Range",
|
|
51
|
+
"Right": "Right",
|
|
52
|
+
"Right X field": "Right X field",
|
|
53
|
+
"Series": "Series",
|
|
54
|
+
"Shape": "Shape",
|
|
55
|
+
"Show label line": "Show label line",
|
|
56
|
+
"Show legend": "Show legend",
|
|
57
|
+
"Split line": "Split line",
|
|
58
|
+
"Square": "Square",
|
|
59
|
+
"Stack": "Stack",
|
|
60
|
+
"Star": "Star",
|
|
61
|
+
"Start": "Start",
|
|
62
|
+
"Symbol": "Symbol",
|
|
63
|
+
"Top": "Top",
|
|
64
|
+
"Treemap": "Treemap",
|
|
65
|
+
"Triangle": "Triangle",
|
|
66
|
+
"Triangle forward": "Triangle forward",
|
|
67
|
+
"Use dimensions as variables": "Use dimensions as variables",
|
|
68
|
+
"Use measures as variables": "Use measures as variables",
|
|
69
|
+
"Vertical": "Vertical",
|
|
70
|
+
"Word cloud": "Word cloud",
|
|
71
|
+
"X-Axis label rotate": "X-Axis label rotate",
|
|
72
|
+
"X-Axis title": "X-Axis title",
|
|
73
|
+
"Y-Axis inverse": "Y-Axis inverse",
|
|
74
|
+
"Y-Axis label rotate": "Y-Axis label rotate",
|
|
75
|
+
"Y-Axis title": "Y-Axis title",
|
|
76
|
+
"posRight": "Right",
|
|
77
|
+
"posTop": "Top"
|
|
78
|
+
}
|