@visactor/react-vchart 2.1.4-alpha.0 → 2.1.4
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/Indicator.js +1 -2
- package/cjs/components/MarkArea.js +2 -1
- package/cjs/components/ScrollBar.js +1 -1
- package/cjs/components/Title.js +1 -1
- package/cjs/context/chart.js +1 -1
- package/cjs/context/stage.js +1 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/esm/components/Indicator.js +1 -2
- package/esm/components/MarkArea.js +2 -1
- package/esm/components/ScrollBar.js +1 -1
- package/esm/components/Title.js +1 -1
- package/esm/context/chart.js +1 -1
- package/esm/context/stage.js +1 -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
|
@@ -33487,7 +33487,7 @@
|
|
|
33487
33487
|
}
|
|
33488
33488
|
|
|
33489
33489
|
var _a;
|
|
33490
|
-
const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.
|
|
33490
|
+
const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.4"),
|
|
33491
33491
|
globalFactoryRegistry = globalThis;
|
|
33492
33492
|
const factoryRegistry = null !== (_a = globalFactoryRegistry[factoryRegistryKey]) && void 0 !== _a ? _a : globalFactoryRegistry[factoryRegistryKey] = {
|
|
33493
33493
|
charts: {},
|
|
@@ -101208,7 +101208,7 @@
|
|
|
101208
101208
|
|
|
101209
101209
|
const VChartSimple = createChart('VChartSimple');
|
|
101210
101210
|
|
|
101211
|
-
const version = "2.1.
|
|
101211
|
+
const version = "2.1.4";
|
|
101212
101212
|
|
|
101213
101213
|
exports.Area = Area;
|
|
101214
101214
|
exports.AreaChart = AreaChart;
|