@neo4j-ndl/react-charts 1.0.55 → 1.0.57

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 (31) hide show
  1. package/lib/cjs/charts/Chart.js +18 -18
  2. package/lib/cjs/charts/Chart.js.map +1 -1
  3. package/lib/cjs/charts/Legend.js +1 -1
  4. package/lib/cjs/charts/Legend.js.map +1 -1
  5. package/lib/cjs/charts/legend-utils.js +2 -2
  6. package/lib/cjs/charts/legend-utils.js.map +1 -1
  7. package/lib/cjs/charts/tests/chart-test-utils.js +18 -18
  8. package/lib/cjs/charts/tests/chart-test-utils.js.map +1 -1
  9. package/lib/cjs/charts/themes/ndl-echarts-theme.js +41 -41
  10. package/lib/cjs/charts/themes/ndl-echarts-theme.js.map +1 -1
  11. package/lib/cjs/charts/user-option-utils.js +3 -3
  12. package/lib/cjs/charts/user-option-utils.js.map +1 -1
  13. package/lib/cjs/charts/utils.js +2 -2
  14. package/lib/cjs/charts/utils.js.map +1 -1
  15. package/lib/esm/charts/Chart.js +18 -18
  16. package/lib/esm/charts/Chart.js.map +1 -1
  17. package/lib/esm/charts/Legend.js +1 -1
  18. package/lib/esm/charts/Legend.js.map +1 -1
  19. package/lib/esm/charts/legend-utils.js +2 -2
  20. package/lib/esm/charts/legend-utils.js.map +1 -1
  21. package/lib/esm/charts/tests/chart-test-utils.js +18 -18
  22. package/lib/esm/charts/tests/chart-test-utils.js.map +1 -1
  23. package/lib/esm/charts/themes/ndl-echarts-theme.js +41 -41
  24. package/lib/esm/charts/themes/ndl-echarts-theme.js.map +1 -1
  25. package/lib/esm/charts/user-option-utils.js +3 -3
  26. package/lib/esm/charts/user-option-utils.js.map +1 -1
  27. package/lib/esm/charts/utils.js +2 -2
  28. package/lib/esm/charts/utils.js.map +1 -1
  29. package/lib/types/charts/tests/chart-test-utils.d.ts +11 -11
  30. package/lib/types/charts/themes/ndl-echarts-theme.d.ts +63 -63
  31. package/package.json +2 -2
@@ -24,15 +24,15 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
24
24
  color: string[];
25
25
  backgroundColor: string;
26
26
  axisPointer: {
27
- lineStyle: {
28
- color: string;
29
- };
30
27
  crossStyle: {
31
28
  color: string;
32
29
  };
33
30
  label: {
34
31
  color: string;
35
32
  };
33
+ lineStyle: {
34
+ color: string;
35
+ };
36
36
  };
37
37
  legend: {};
38
38
  textStyle: {
@@ -41,25 +41,9 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
41
41
  title: {};
42
42
  toolbox: {};
43
43
  dataZoom: {
44
- borderColor: string;
45
44
  backgroundColor: string;
46
- fillerColor: string;
45
+ borderColor: string;
47
46
  borderRadius: number;
48
- textStyle: {
49
- color: string;
50
- };
51
- handleStyle: {
52
- color: string;
53
- borderColor: string;
54
- };
55
- handleSize: string;
56
- handleIcon: string;
57
- moveHandleSize: number;
58
- moveHandleStyle: {
59
- color: string;
60
- backgroundColor: string;
61
- opacity: number;
62
- };
63
47
  dataBackground: {
64
48
  areaStyle: {
65
49
  color: string;
@@ -71,41 +55,62 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
71
55
  width: number;
72
56
  };
73
57
  };
74
- selectedDataBackground: {
75
- areaStyle: {
58
+ emphasis: {
59
+ handleLabel: {};
60
+ handleStyle: {
61
+ borderColor: string;
76
62
  color: string;
77
63
  opacity: number;
78
- shadowBlur: number;
79
64
  };
80
- lineStyle: {
65
+ moveHandleStyle: {
66
+ borderColor: string;
81
67
  color: string;
82
68
  opacity: number;
83
- width: number;
84
69
  };
85
70
  };
86
- emphasis: {
87
- handleStyle: {
71
+ fillerColor: string;
72
+ handleIcon: string;
73
+ handleSize: string;
74
+ handleStyle: {
75
+ borderColor: string;
76
+ color: string;
77
+ };
78
+ moveHandleSize: number;
79
+ moveHandleStyle: {
80
+ backgroundColor: string;
81
+ color: string;
82
+ opacity: number;
83
+ };
84
+ selectedDataBackground: {
85
+ areaStyle: {
88
86
  color: string;
89
87
  opacity: number;
90
- borderColor: string;
88
+ shadowBlur: number;
91
89
  };
92
- moveHandleStyle: {
90
+ lineStyle: {
93
91
  color: string;
94
92
  opacity: number;
95
- borderColor: string;
93
+ width: number;
96
94
  };
97
- handleLabel: {};
95
+ };
96
+ textStyle: {
97
+ color: string;
98
98
  };
99
99
  };
100
100
  visualMap: {};
101
101
  timeline: {};
102
102
  calendar: {};
103
103
  timeAxis: {
104
+ axisLabel: {
105
+ color: string;
106
+ fontFamily: string;
107
+ fontSize: string;
108
+ };
104
109
  axisLine: {
105
110
  lineStyle: {
111
+ cap: string;
106
112
  color: string;
107
113
  width: number;
108
- cap: string;
109
114
  };
110
115
  };
111
116
  axisTick: {
@@ -116,12 +121,7 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
116
121
  };
117
122
  show: boolean;
118
123
  };
119
- axisLabel: {
120
- fontFamily: string;
121
- fontSize: string;
122
- color: string;
123
- };
124
- splitLine: {
124
+ minorSplitLine: {
125
125
  lineStyle: {
126
126
  color: string;
127
127
  };
@@ -131,18 +131,23 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
131
131
  color: string[];
132
132
  };
133
133
  };
134
- minorSplitLine: {
134
+ splitLine: {
135
135
  lineStyle: {
136
136
  color: string;
137
137
  };
138
138
  };
139
139
  };
140
140
  logAxis: {
141
+ axisLabel: {
142
+ color: string;
143
+ fontFamily: string;
144
+ fontSize: string;
145
+ };
141
146
  axisLine: {
142
147
  lineStyle: {
148
+ cap: string;
143
149
  color: string;
144
150
  width: number;
145
- cap: string;
146
151
  };
147
152
  };
148
153
  axisTick: {
@@ -153,12 +158,7 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
153
158
  };
154
159
  show: boolean;
155
160
  };
156
- axisLabel: {
157
- fontFamily: string;
158
- fontSize: string;
159
- color: string;
160
- };
161
- splitLine: {
161
+ minorSplitLine: {
162
162
  lineStyle: {
163
163
  color: string;
164
164
  };
@@ -168,18 +168,23 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
168
168
  color: string[];
169
169
  };
170
170
  };
171
- minorSplitLine: {
171
+ splitLine: {
172
172
  lineStyle: {
173
173
  color: string;
174
174
  };
175
175
  };
176
176
  };
177
177
  valueAxis: {
178
+ axisLabel: {
179
+ color: string;
180
+ fontFamily: string;
181
+ fontSize: string;
182
+ };
178
183
  axisLine: {
179
184
  lineStyle: {
185
+ cap: string;
180
186
  color: string;
181
187
  width: number;
182
- cap: string;
183
188
  };
184
189
  };
185
190
  axisTick: {
@@ -190,12 +195,7 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
190
195
  };
191
196
  show: boolean;
192
197
  };
193
- axisLabel: {
194
- fontFamily: string;
195
- fontSize: string;
196
- color: string;
197
- };
198
- splitLine: {
198
+ minorSplitLine: {
199
199
  lineStyle: {
200
200
  color: string;
201
201
  };
@@ -205,18 +205,23 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
205
205
  color: string[];
206
206
  };
207
207
  };
208
- minorSplitLine: {
208
+ splitLine: {
209
209
  lineStyle: {
210
210
  color: string;
211
211
  };
212
212
  };
213
213
  };
214
214
  categoryAxis: {
215
+ axisLabel: {
216
+ color: string;
217
+ fontFamily: string;
218
+ fontSize: string;
219
+ };
215
220
  axisLine: {
216
221
  lineStyle: {
222
+ cap: string;
217
223
  color: string;
218
224
  width: number;
219
- cap: string;
220
225
  };
221
226
  };
222
227
  axisTick: {
@@ -227,12 +232,7 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
227
232
  };
228
233
  show: boolean;
229
234
  };
230
- axisLabel: {
231
- fontFamily: string;
232
- fontSize: string;
233
- color: string;
234
- };
235
- splitLine: {
235
+ minorSplitLine: {
236
236
  lineStyle: {
237
237
  color: string;
238
238
  };
@@ -242,7 +242,7 @@ export declare const ndlEchartsTheme: (theme: "light" | "dark") => {
242
242
  color: string[];
243
243
  };
244
244
  };
245
- minorSplitLine: {
245
+ splitLine: {
246
246
  lineStyle: {
247
247
  color: string;
248
248
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react-charts",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of charts from Neo4j Design System",
6
6
  "keywords": [
@@ -54,7 +54,7 @@
54
54
  "react": ">=19.0.0",
55
55
  "react-dom": ">=19.0.0",
56
56
  "@neo4j-ndl/base": "^4.4.0",
57
- "@neo4j-ndl/react": "^4.4.0"
57
+ "@neo4j-ndl/react": "^4.4.2"
58
58
  },
59
59
  "dependencies": {
60
60
  "classnames": "2.5.1",