@visactor/vchart-extension 2.0.22-alpha.0 → 2.0.22-alpha.2

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.
@@ -12,5 +12,4 @@ const vchart_1 = require("@visactor/vchart"), theme_1 = require("./theme"), vcha
12
12
  }), (0, vchart_2.mixin)(AxisCls, axis_3d_mixin_1.Axis3dMixin);
13
13
  };
14
14
 
15
- exports.registerCartesianLinearAxis3d = registerCartesianLinearAxis3d;
16
- //# sourceMappingURL=linear-axis.js.map
15
+ exports.registerCartesianLinearAxis3d = registerCartesianLinearAxis3d;
@@ -11,4 +11,5 @@ Object.defineProperty(exports, "__esModule", {
11
11
  name: "bar3d",
12
12
  type: "rect3d"
13
13
  }
14
- };
14
+ };
15
+ //# sourceMappingURL=constant.js.map
@@ -22,5 +22,4 @@ const registerCandlestickChart = () => {
22
22
  (0, candlestick_1.registerCandlestickSeries)(), vchart_1.Factory.registerChart(CandlestickChart.type, CandlestickChart);
23
23
  };
24
24
 
25
- exports.registerCandlestickChart = registerCandlestickChart;
26
- //# sourceMappingURL=candlestick.js.map
25
+ exports.registerCandlestickChart = registerCandlestickChart;
@@ -95,4 +95,5 @@ function computeIndex(arrow, totalArrows) {
95
95
  return index;
96
96
  }
97
97
 
98
+ //# sourceMappingURL=arrow-data-transform.js.map
98
99
  exports.conversionArrowTransform = conversionArrowTransform;
@@ -21,5 +21,4 @@ const registerFunnel3dChart = () => {
21
21
  (0, layout_1.registerLayout3d)(), (0, series_1.registerFunnel3dSeries)(), vchart_1.Factory.registerChart(Funnel3dChart.type, Funnel3dChart);
22
22
  };
23
23
 
24
- exports.registerFunnel3dChart = registerFunnel3dChart;
25
- //# sourceMappingURL=chart.js.map
24
+ exports.registerFunnel3dChart = registerFunnel3dChart;
@@ -80,4 +80,4 @@ const registerFunnel3dSeries = () => {
80
80
  };
81
81
 
82
82
  exports.registerFunnel3dSeries = registerFunnel3dSeries;
83
- //# sourceMappingURL=series.js.map
83
+ //# sourceMappingURL=series.js.map
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const vchart_1 = require("@visactor/vchart");
8
8
 
9
9
  exports.funnel3d = (0, vchart_1.getFunnelTheme)(!0);
10
- //# sourceMappingURL=theme.js.map
10
+ //# sourceMappingURL=theme.js.map
@@ -27,4 +27,5 @@ const registerHistogram3dChart = () => {
27
27
  (0, series_1.registerBar3dSeries)(), vchart_1.Factory.registerChart(Histogram3dChart.type, Histogram3dChart);
28
28
  };
29
29
 
30
- exports.registerHistogram3dChart = registerHistogram3dChart;
30
+ exports.registerHistogram3dChart = registerHistogram3dChart;
31
+ //# sourceMappingURL=chart.js.map
@@ -18,4 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./chart"), exports), __exportStar(require("./interface"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
@@ -12,5 +12,4 @@ export const registerCartesianLinearAxis3d = () => {
12
12
  AxisCls.builtInTheme = Object.assign(Object.assign({}, AxisCls.builtInTheme), {
13
13
  axisZ: Object.assign(Object.assign({}, CartesianLinearAxis.builtInTheme.axisX), axisZ)
14
14
  }), mixin(AxisCls, Axis3dMixin);
15
- };
16
- //# sourceMappingURL=linear-axis.js.map
15
+ };
@@ -7,4 +7,5 @@ export const bar3dSeriesMark = {
7
7
  name: "bar3d",
8
8
  type: "rect3d"
9
9
  }
10
- };
10
+ };
11
+ //# sourceMappingURL=constant.js.map
@@ -19,5 +19,4 @@ CandlestickChart.transformerConstructor = CandlestickChartSpecTransformer;
19
19
  export const registerCandlestickChart = () => {
20
20
  registerDimensionTooltipProcessor(), registerMarkTooltipProcessor(), registerDimensionEvents(),
21
21
  registerDimensionHover(), registerCandlestickSeries(), Factory.registerChart(CandlestickChart.type, CandlestickChart);
22
- };
23
- //# sourceMappingURL=candlestick.js.map
22
+ };
@@ -90,4 +90,5 @@ function computeIndex(arrow, totalArrows) {
90
90
  curArrow.layout.duplicateNode && duplicateCount++;
91
91
  }
92
92
  return index;
93
- }
93
+ }
94
+ //# sourceMappingURL=arrow-data-transform.js.map
@@ -21,5 +21,4 @@ Funnel3dChart.transformerConstructor = FunnelChartSpecTransformer;
21
21
  export const registerFunnel3dChart = () => {
22
22
  registerMarkTooltipProcessor(), register3DPlugin(), registerLayout3d(), registerFunnel3dSeries(),
23
23
  Factory.registerChart(Funnel3dChart.type, Funnel3dChart);
24
- };
25
- //# sourceMappingURL=chart.js.map
24
+ };
@@ -81,4 +81,4 @@ Funnel3dSeries.builtInTheme = {
81
81
  export const registerFunnel3dSeries = () => {
82
82
  registerPyramid3dMark(), registerTextMark(), registerRuleMark(), Factory.registerSeries(Funnel3dSeries.type, Funnel3dSeries);
83
83
  };
84
- //# sourceMappingURL=series.js.map
84
+ //# sourceMappingURL=series.js.map
@@ -1,4 +1,4 @@
1
1
  import { getFunnelTheme } from "@visactor/vchart";
2
2
 
3
3
  export const funnel3d = getFunnelTheme(!0);
4
- //# sourceMappingURL=theme.js.map
4
+ //# sourceMappingURL=theme.js.map
@@ -26,4 +26,5 @@ export const registerHistogram3dChart = () => {
26
26
  registerGroupTooltipProcessor(), registerDimensionTooltipProcessor(), registerMarkTooltipProcessor(),
27
27
  registerDimensionEvents(), registerDimensionHover(), register3DPlugin(), registerLayout3d(),
28
28
  registerBar3dSeries(), Factory.registerChart(Histogram3dChart.type, Histogram3dChart);
29
- };
29
+ };
30
+ //# sourceMappingURL=chart.js.map
@@ -1,4 +1,4 @@
1
1
  export * from "./chart";
2
2
 
3
3
  export * from "./interface";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.22-alpha.0",
3
+ "version": "2.0.22-alpha.2",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -17,11 +17,11 @@
17
17
  "build"
18
18
  ],
19
19
  "dependencies": {
20
- "@visactor/vrender-core": "1.0.46-alpha.0",
21
- "@visactor/vrender-kits": "1.0.46-alpha.0",
22
- "@visactor/vrender-components": "1.0.46-alpha.0",
23
- "@visactor/vrender-animate": "1.0.46-alpha.0",
24
- "@visactor/vchart": "2.0.22-alpha.0",
20
+ "@visactor/vrender-core": "1.0.46-alpha.2",
21
+ "@visactor/vrender-kits": "1.0.46-alpha.2",
22
+ "@visactor/vrender-components": "1.0.46-alpha.2",
23
+ "@visactor/vrender-animate": "1.0.46-alpha.2",
24
+ "@visactor/vchart": "2.0.22-alpha.2",
25
25
  "@visactor/vutils": "~1.0.23",
26
26
  "@visactor/vdataset": "~1.0.23",
27
27
  "@visactor/vlayouts": "~1.0.23"