@visactor/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/es5/index.js +1 -1
- package/build/index.es.js +2 -2
- package/build/index.js +2 -2
- package/build/index.min.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/animation/index.js +2 -1
- package/cjs/compile/state-manager.js +1 -2
- package/cjs/component/index.js +1 -1
- package/cjs/component/util.js +1 -2
- package/cjs/constant/attribute.js +2 -1
- package/cjs/constant/scroll-bar.js +1 -2
- package/cjs/constant/waterfall.js +2 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/series/bar/bar.js +1 -1
- package/cjs/series/bar/bar.js.map +1 -1
- package/esm/animation/index.js +2 -1
- package/esm/compile/state-manager.js +1 -2
- package/esm/component/index.js +1 -1
- package/esm/component/util.js +1 -2
- package/esm/constant/attribute.js +2 -1
- package/esm/constant/scroll-bar.js +1 -2
- package/esm/constant/waterfall.js +2 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/series/bar/bar.js +1 -1
- package/esm/series/bar/bar.js.map +1 -1
- package/package.json +5 -5
package/build/index.es.js
CHANGED
|
@@ -62179,7 +62179,7 @@ const lookup = (data, opt) => {
|
|
|
62179
62179
|
});
|
|
62180
62180
|
};
|
|
62181
62181
|
|
|
62182
|
-
const version = "2.0.
|
|
62182
|
+
const version = "2.0.23-alpha.5";
|
|
62183
62183
|
|
|
62184
62184
|
const addVChartProperty = (data, op) => {
|
|
62185
62185
|
const context = op.beforeCall();
|
|
@@ -73676,7 +73676,7 @@ class BarSeries extends CartesianSeries {
|
|
|
73676
73676
|
const fieldsX = this._fieldX;
|
|
73677
73677
|
this._data.setTransform([
|
|
73678
73678
|
{
|
|
73679
|
-
type: '
|
|
73679
|
+
type: 'dataSampling',
|
|
73680
73680
|
size: this._direction === "horizontal" ? height : width,
|
|
73681
73681
|
factor: this._spec.samplingFactor,
|
|
73682
73682
|
yfield: this._direction === "horizontal" ? fieldsX[0] : fieldsY[0],
|
package/build/index.js
CHANGED
|
@@ -62185,7 +62185,7 @@
|
|
|
62185
62185
|
});
|
|
62186
62186
|
};
|
|
62187
62187
|
|
|
62188
|
-
const version = "2.0.
|
|
62188
|
+
const version = "2.0.23-alpha.5";
|
|
62189
62189
|
|
|
62190
62190
|
const addVChartProperty = (data, op) => {
|
|
62191
62191
|
const context = op.beforeCall();
|
|
@@ -73682,7 +73682,7 @@
|
|
|
73682
73682
|
const fieldsX = this._fieldX;
|
|
73683
73683
|
this._data.setTransform([
|
|
73684
73684
|
{
|
|
73685
|
-
type: '
|
|
73685
|
+
type: 'dataSampling',
|
|
73686
73686
|
size: this._direction === "horizontal" ? height : width,
|
|
73687
73687
|
factor: this._spec.samplingFactor,
|
|
73688
73688
|
yfield: this._direction === "horizontal" ? fieldsX[0] : fieldsY[0],
|