@visactor/react-vchart 2.0.23-alpha.5 → 2.0.23-alpha.7
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.js +2 -2
- package/build/index.min.js +2 -2
- package/cjs/components/MarkArea.js +1 -2
- package/cjs/components/ScrollBar.js +2 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/esm/components/MarkArea.js +1 -2
- package/esm/components/ScrollBar.js +2 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -60322,7 +60322,7 @@
|
|
|
60322
60322
|
fieldsY = this._fieldY,
|
|
60323
60323
|
fieldsX = this._fieldX;
|
|
60324
60324
|
this._data.setTransform([{
|
|
60325
|
-
type: "
|
|
60325
|
+
type: "dataSampling",
|
|
60326
60326
|
size: "horizontal" === this._direction ? height : width,
|
|
60327
60327
|
factor: this._spec.samplingFactor,
|
|
60328
60328
|
yfield: "horizontal" === this._direction ? fieldsX[0] : fieldsY[0],
|
|
@@ -89281,7 +89281,7 @@
|
|
|
89281
89281
|
|
|
89282
89282
|
const VChartSimple = createChart('VChartSimple');
|
|
89283
89283
|
|
|
89284
|
-
const version = "2.0.
|
|
89284
|
+
const version = "2.0.23-alpha.5";
|
|
89285
89285
|
|
|
89286
89286
|
exports.Area = Area;
|
|
89287
89287
|
exports.AreaChart = AreaChart;
|