@vaadin/charts 23.1.0-alpha4 → 23.1.0-beta3

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/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@vaadin/charts",
3
- "version": "23.1.0-alpha4",
3
+ "version": "23.1.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "vaadin-charts",
8
8
  "license": "https://raw.githubusercontent.com/vaadin/web-components/master/packages/charts/LICENSE",
9
+ "cvdlName": "vaadin-chart",
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "https://github.com/vaadin/web-components.git",
@@ -34,9 +35,9 @@
34
35
  ],
35
36
  "dependencies": {
36
37
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/component-base": "23.1.0-alpha4",
38
+ "@vaadin/component-base": "23.1.0-beta3",
38
39
  "@vaadin/vaadin-license-checker": "^2.1.0",
39
- "@vaadin/vaadin-themable-mixin": "23.1.0-alpha4",
40
+ "@vaadin/vaadin-themable-mixin": "23.1.0-beta3",
40
41
  "highcharts": "9.2.2"
41
42
  },
42
43
  "devDependencies": {
@@ -44,5 +45,5 @@
44
45
  "@vaadin/testing-helpers": "^0.3.2",
45
46
  "sinon": "^13.0.2"
46
47
  },
47
- "gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
48
+ "gitHead": "c787ceb8a312f88631c6d429ff320d5f89b1b838"
48
49
  }
@@ -266,6 +266,10 @@ class Chart extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement))) {
266
266
  return 'vaadin-chart';
267
267
  }
268
268
 
269
+ static get cvdlName() {
270
+ return 'vaadin-chart';
271
+ }
272
+
269
273
  /** @private */
270
274
  static __callHighchartsFunction(functionName, redrawCharts, ...args) {
271
275
  const functionToCall = Highcharts[functionName];
@@ -1711,7 +1715,7 @@ class Chart extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement))) {
1711
1715
  /** @private */
1712
1716
  __callAxisFunction(functionName, axisCategory, axisIndex, ...args) {
1713
1717
  /*
1714
- * axisCategory:
1718
+ * AxisCategory:
1715
1719
  * 0 - xAxis
1716
1720
  * 1 - yAxis
1717
1721
  * 2 - zAxis