@visactor/vchart-extension 2.0.3 → 2.0.4-alpha.0

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.
@@ -20,5 +20,4 @@ exports.DEFAULT_ARROW_MARK_STYLE = {
20
20
  fontSize: 12
21
21
  }, exports.DEFAULT_FUNNEL_BACKGROUND_MARK_STYLE = {
22
22
  fill: "#eff1f9"
23
- };
24
- //# sourceMappingURL=constants.js.map
23
+ };
@@ -27,4 +27,5 @@ exports.funnel3dSeriesMark = Object.assign(Object.assign({}, vchart_1.baseSeries
27
27
  name: "outerLabelLine",
28
28
  type: "rule"
29
29
  }
30
- });
30
+ });
31
+ //# sourceMappingURL=constant.js.map
@@ -21,5 +21,4 @@ export const DEFAULT_ARROW_TEXT_MARK_STYLE = {
21
21
 
22
22
  export const DEFAULT_FUNNEL_BACKGROUND_MARK_STYLE = {
23
23
  fill: "#eff1f9"
24
- };
25
- //# sourceMappingURL=constants.js.map
24
+ };
@@ -21,4 +21,5 @@ export const funnel3dSeriesMark = Object.assign(Object.assign({}, baseSeriesMark
21
21
  name: "outerLabelLine",
22
22
  type: "rule"
23
23
  }
24
- });
24
+ });
25
+ //# sourceMappingURL=constant.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.3",
3
+ "version": "2.0.4-alpha.0",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -19,7 +19,7 @@
19
19
  "@visactor/vutils": "~1.0.6",
20
20
  "@visactor/vdataset": "~1.0.6",
21
21
  "@visactor/vlayouts": "~1.0.6",
22
- "@visactor/vchart": "2.0.3"
22
+ "@visactor/vchart": "2.0.4-alpha.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.1.4",
@@ -44,8 +44,8 @@
44
44
  "rollup-plugin-sizes": "1.0.5",
45
45
  "rollup": "3.20.5",
46
46
  "@internal/ts-config": "0.0.1",
47
- "@internal/bundler": "0.0.1",
48
- "@internal/eslint-config": "0.0.1"
47
+ "@internal/eslint-config": "0.0.1",
48
+ "@internal/bundler": "0.0.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",