@visactor/vchart 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.
package/build/index.es.js CHANGED
@@ -56926,7 +56926,7 @@ const lookup = (data, opt) => {
56926
56926
  });
56927
56927
  };
56928
56928
 
56929
- const version = "2.0.3";
56929
+ const version = "2.0.4-alpha.0";
56930
56930
 
56931
56931
  const addVChartProperty = (data, op) => {
56932
56932
  const context = op.beforeCall();
@@ -88174,6 +88174,8 @@ class RangeAreaChartSpecTransformer extends CartesianChartSpecTransformer {
88174
88174
  var _a, _b;
88175
88175
  const series = super._getDefaultSeriesSpec(spec);
88176
88176
  series.area = spec.area;
88177
+ series.point = spec.point;
88178
+ series.line = spec.line;
88177
88179
  if (spec.direction === "horizontal") {
88178
88180
  series.xField = (_a = spec.xField) !== null && _a !== void 0 ? _a : [spec.minField, spec.maxField];
88179
88181
  }
package/build/index.js CHANGED
@@ -56932,7 +56932,7 @@
56932
56932
  });
56933
56933
  };
56934
56934
 
56935
- const version = "2.0.3";
56935
+ const version = "2.0.4-alpha.0";
56936
56936
 
56937
56937
  const addVChartProperty = (data, op) => {
56938
56938
  const context = op.beforeCall();
@@ -88180,6 +88180,8 @@
88180
88180
  var _a, _b;
88181
88181
  const series = super._getDefaultSeriesSpec(spec);
88182
88182
  series.area = spec.area;
88183
+ series.point = spec.point;
88184
+ series.line = spec.line;
88183
88185
  if (spec.direction === "horizontal") {
88184
88186
  series.xField = (_a = spec.xField) !== null && _a !== void 0 ? _a : [spec.minField, spec.maxField];
88185
88187
  }