@visactor/vchart 2.0.4-alpha.5 → 2.0.4-alpha.6

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/build/index.es.js CHANGED
@@ -49136,7 +49136,7 @@ function transformIndicatorStyle(style, datum) {
49136
49136
  }
49137
49137
  function transformToGraphic(style) {
49138
49138
  if (style === null || style === void 0 ? void 0 : style.angle) {
49139
- style.angle = degreeToRadian(style.angle);
49139
+ return Object.assign(Object.assign({}, style), { angle: degreeToRadian(style.angle) });
49140
49140
  }
49141
49141
  return style;
49142
49142
  }
@@ -56921,7 +56921,7 @@ const lookup = (data, opt) => {
56921
56921
  });
56922
56922
  };
56923
56923
 
56924
- const version = "2.0.4-alpha.5";
56924
+ const version = "2.0.4-alpha.6";
56925
56925
 
56926
56926
  const addVChartProperty = (data, op) => {
56927
56927
  const context = op.beforeCall();
package/build/index.js CHANGED
@@ -49142,7 +49142,7 @@
49142
49142
  }
49143
49143
  function transformToGraphic(style) {
49144
49144
  if (style === null || style === void 0 ? void 0 : style.angle) {
49145
- style.angle = degreeToRadian(style.angle);
49145
+ return Object.assign(Object.assign({}, style), { angle: degreeToRadian(style.angle) });
49146
49146
  }
49147
49147
  return style;
49148
49148
  }
@@ -56927,7 +56927,7 @@
56927
56927
  });
56928
56928
  };
56929
56929
 
56930
- const version = "2.0.4-alpha.5";
56930
+ const version = "2.0.4-alpha.6";
56931
56931
 
56932
56932
  const addVChartProperty = (data, op) => {
56933
56933
  const context = op.beforeCall();