@visactor/react-vchart 1.13.7-alpha.1 → 1.13.7-alpha.2
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/cjs/charts/FunnelChart.js +1 -2
- package/cjs/charts/HistogramChart.js +2 -1
- package/cjs/charts/RangeColumnChart.js +1 -2
- package/cjs/charts/SequenceChart.js +2 -1
- package/cjs/charts/WaterfallChart.js +1 -1
- package/cjs/charts/WordCloud3dChart.js +1 -1
- package/cjs/charts/WordCloudChart.js +1 -1
- package/cjs/components/DataZoom.js +2 -1
- package/cjs/components/Region.js +1 -2
- package/cjs/components/ScrollBar.js +1 -1
- package/cjs/components/Title.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/charts/FunnelChart.js +1 -2
- package/esm/charts/HistogramChart.js +2 -1
- package/esm/charts/RangeColumnChart.js +1 -2
- package/esm/charts/SequenceChart.js +2 -1
- package/esm/charts/WaterfallChart.js +1 -1
- package/esm/charts/WordCloud3dChart.js +1 -1
- package/esm/charts/WordCloudChart.js +1 -1
- package/esm/components/DataZoom.js +2 -1
- package/esm/components/Region.js +1 -2
- package/esm/components/ScrollBar.js +1 -1
- package/esm/components/Title.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
|
@@ -9,5 +9,4 @@ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart
|
|
|
9
9
|
exports.FunnelChart = (0, BaseChart_1.createChart)("FunnelChart", {
|
|
10
10
|
type: "funnel",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
|
-
}, [ vchart_1.registerFunnelChart, vchart_1.registerLabel, ...simple_1.registers ]);
|
|
13
|
-
//# sourceMappingURL=FunnelChart.js.map
|
|
12
|
+
}, [ vchart_1.registerFunnelChart, vchart_1.registerLabel, ...simple_1.registers ]);
|
|
@@ -9,4 +9,5 @@ const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart
|
|
|
9
9
|
exports.HistogramChart = (0, BaseChart_1.createChart)("HistogramChart", {
|
|
10
10
|
type: "histogram",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
|
-
}, [ vchart_1.registerHistogramChart, vchart_1.registerLabel, ...cartesian_1.registers ]);
|
|
12
|
+
}, [ vchart_1.registerHistogramChart, vchart_1.registerLabel, ...cartesian_1.registers ]);
|
|
13
|
+
//# sourceMappingURL=HistogramChart.js.map
|
|
@@ -9,5 +9,4 @@ const vchart_1 = require("@visactor/vchart"), cartesian_1 = require("./registers
|
|
|
9
9
|
exports.RangeColumnChart = (0, BaseChart_1.createChart)("RangeColumnChart", {
|
|
10
10
|
type: "rangeColumn",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
|
-
}, [ vchart_1.registerRangeColumnChart, vchart_1.registerLabel, ...cartesian_1.registers ]);
|
|
13
|
-
//# sourceMappingURL=RangeColumnChart.js.map
|
|
12
|
+
}, [ vchart_1.registerRangeColumnChart, vchart_1.registerLabel, ...cartesian_1.registers ]);
|
|
@@ -9,4 +9,5 @@ const vchart_1 = require("@visactor/vchart"), cartesian_1 = require("./registers
|
|
|
9
9
|
exports.SequenceChart = (0, BaseChart_1.createChart)("SequenceChart", {
|
|
10
10
|
type: "sequence",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
|
-
}, [ vchart_1.registerSequenceChart, ...cartesian_1.registers ]);
|
|
12
|
+
}, [ vchart_1.registerSequenceChart, ...cartesian_1.registers ]);
|
|
13
|
+
//# sourceMappingURL=SequenceChart.js.map
|
|
@@ -10,4 +10,4 @@ exports.WaterfallChart = (0, BaseChart_1.createChart)("WaterfallChart", {
|
|
|
10
10
|
type: "waterfall",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
12
|
}, [ vchart_1.registerWaterfallChart, vchart_1.registerLabel, vchart_1.registerTotalLabel, ...cartesian_1.registers ]);
|
|
13
|
-
//# sourceMappingURL=WaterfallChart.js.map
|
|
13
|
+
//# sourceMappingURL=WaterfallChart.js.map
|
|
@@ -10,4 +10,4 @@ exports.WordCloud3dChart = (0, BaseChart_1.createChart)("WordCloud3dChart", {
|
|
|
10
10
|
type: "wordCloud3d",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
12
|
}, [ vchart_1.registerWordCloud3dChart, ...simple_1.registers ]);
|
|
13
|
-
//# sourceMappingURL=WordCloud3dChart.js.map
|
|
13
|
+
//# sourceMappingURL=WordCloud3dChart.js.map
|
|
@@ -10,4 +10,4 @@ exports.WordCloudChart = (0, BaseChart_1.createChart)("WordCloudChart", {
|
|
|
10
10
|
type: "wordCloud",
|
|
11
11
|
vchartConstrouctor: vchart_1.VChart
|
|
12
12
|
}, [ vchart_1.registerWordCloudChart, ...simple_1.registers ]);
|
|
13
|
-
//# sourceMappingURL=WordCloudChart.js.map
|
|
13
|
+
//# sourceMappingURL=WordCloudChart.js.map
|
|
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
|
|
7
7
|
const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
|
|
8
8
|
|
|
9
|
-
exports.DataZoom = (0, BaseComponent_1.createComponent)("DataZoom", "dataZoom", eventsUtils_1.DATAZOOM_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerDataZoom ]);
|
|
9
|
+
exports.DataZoom = (0, BaseComponent_1.createComponent)("DataZoom", "dataZoom", eventsUtils_1.DATAZOOM_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerDataZoom ]);
|
|
10
|
+
//# sourceMappingURL=DataZoom.js.map
|
package/cjs/components/Region.js
CHANGED
|
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
|
|
7
7
|
const BaseComponent_1 = require("./BaseComponent");
|
|
8
8
|
|
|
9
|
-
exports.Region = (0, BaseComponent_1.createComponent)("Region", "region");
|
|
10
|
-
//# sourceMappingURL=Region.js.map
|
|
9
|
+
exports.Region = (0, BaseComponent_1.createComponent)("Region", "region");
|
|
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
|
|
8
8
|
|
|
9
9
|
exports.ScrollBar = (0, BaseComponent_1.createComponent)("ScrollBar", "scrollBar", eventsUtils_1.SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerScrollBar ]);
|
|
10
|
-
//# sourceMappingURL=ScrollBar.js.map
|
|
10
|
+
//# sourceMappingURL=ScrollBar.js.map
|
package/cjs/components/Title.js
CHANGED
|
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
const BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart");
|
|
8
8
|
|
|
9
9
|
exports.Title = (0, BaseComponent_1.createComponent)("Title", "title", null, !0, [ vchart_1.registerTitle ]);
|
|
10
|
-
//# sourceMappingURL=Title.js.map
|
|
10
|
+
//# sourceMappingURL=Title.js.map
|
package/cjs/index.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export * from './components';
|
|
|
4
4
|
export * from './VChart';
|
|
5
5
|
export * from './VChartSimple';
|
|
6
6
|
export { VChart as VChartCore } from '@visactor/vchart';
|
|
7
|
-
export declare const version = "1.13.7-alpha.
|
|
7
|
+
export declare const version = "1.13.7-alpha.2";
|
|
8
8
|
export type { IAreaChartSpec, IBarChartSpec, IBar3dChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IFunnel3dChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, IHistogram3dChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, IPie3dChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeColumn3dChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloud3dChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
|
package/cjs/index.js
CHANGED
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,2CAAwD;AAA/C,oGAAA,MAAM,OAAc;AAGhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"1.13.7-alpha.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,2CAAwD;AAA/C,oGAAA,MAAM,OAAc;AAGhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"1.13.7-alpha.2\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBar3dChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IFunnel3dChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n IHistogram3dChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n IPie3dChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeColumn3dChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloud3dChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n"]}
|
|
@@ -7,5 +7,4 @@ import { registers } from "./registers/simple";
|
|
|
7
7
|
export const FunnelChart = createChart("FunnelChart", {
|
|
8
8
|
type: "funnel",
|
|
9
9
|
vchartConstrouctor: VChart
|
|
10
|
-
}, [ registerFunnelChart, registerLabel, ...registers ]);
|
|
11
|
-
//# sourceMappingURL=FunnelChart.js.map
|
|
10
|
+
}, [ registerFunnelChart, registerLabel, ...registers ]);
|
|
@@ -7,4 +7,5 @@ import { registers } from "./registers/cartesian";
|
|
|
7
7
|
export const HistogramChart = createChart("HistogramChart", {
|
|
8
8
|
type: "histogram",
|
|
9
9
|
vchartConstrouctor: VChart
|
|
10
|
-
}, [ registerHistogramChart, registerLabel, ...registers ]);
|
|
10
|
+
}, [ registerHistogramChart, registerLabel, ...registers ]);
|
|
11
|
+
//# sourceMappingURL=HistogramChart.js.map
|
|
@@ -7,5 +7,4 @@ import { createChart } from "./BaseChart";
|
|
|
7
7
|
export const RangeColumnChart = createChart("RangeColumnChart", {
|
|
8
8
|
type: "rangeColumn",
|
|
9
9
|
vchartConstrouctor: VChart
|
|
10
|
-
}, [ registerRangeColumnChart, registerLabel, ...registers ]);
|
|
11
|
-
//# sourceMappingURL=RangeColumnChart.js.map
|
|
10
|
+
}, [ registerRangeColumnChart, registerLabel, ...registers ]);
|
|
@@ -7,4 +7,5 @@ import { createChart } from "./BaseChart";
|
|
|
7
7
|
export const SequenceChart = createChart("SequenceChart", {
|
|
8
8
|
type: "sequence",
|
|
9
9
|
vchartConstrouctor: VChart
|
|
10
|
-
}, [ registerSequenceChart, ...registers ]);
|
|
10
|
+
}, [ registerSequenceChart, ...registers ]);
|
|
11
|
+
//# sourceMappingURL=SequenceChart.js.map
|
|
@@ -8,4 +8,4 @@ export const WaterfallChart = createChart("WaterfallChart", {
|
|
|
8
8
|
type: "waterfall",
|
|
9
9
|
vchartConstrouctor: VChart
|
|
10
10
|
}, [ registerWaterfallChart, registerLabel, registerTotalLabel, ...registers ]);
|
|
11
|
-
//# sourceMappingURL=WaterfallChart.js.map
|
|
11
|
+
//# sourceMappingURL=WaterfallChart.js.map
|
|
@@ -4,4 +4,5 @@ import { createComponent } from "./BaseComponent";
|
|
|
4
4
|
|
|
5
5
|
import { registerDataZoom } from "@visactor/vchart";
|
|
6
6
|
|
|
7
|
-
export const DataZoom = createComponent("DataZoom", "dataZoom", DATAZOOM_CUSTOMIZED_EVENTS, !1, [ registerDataZoom ]);
|
|
7
|
+
export const DataZoom = createComponent("DataZoom", "dataZoom", DATAZOOM_CUSTOMIZED_EVENTS, !1, [ registerDataZoom ]);
|
|
8
|
+
//# sourceMappingURL=DataZoom.js.map
|
package/esm/components/Region.js
CHANGED
|
@@ -5,4 +5,4 @@ import { createComponent } from "./BaseComponent";
|
|
|
5
5
|
import { registerScrollBar } from "@visactor/vchart";
|
|
6
6
|
|
|
7
7
|
export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]);
|
|
8
|
-
//# sourceMappingURL=ScrollBar.js.map
|
|
8
|
+
//# sourceMappingURL=ScrollBar.js.map
|
package/esm/components/Title.js
CHANGED
package/esm/index.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export * from './components';
|
|
|
4
4
|
export * from './VChart';
|
|
5
5
|
export * from './VChartSimple';
|
|
6
6
|
export { VChart as VChartCore } from '@visactor/vchart';
|
|
7
|
-
export declare const version = "1.13.7-alpha.
|
|
7
|
+
export declare const version = "1.13.7-alpha.2";
|
|
8
8
|
export type { IAreaChartSpec, IBarChartSpec, IBar3dChartSpec, IBoxPlotChartSpec, ICirclePackingChartSpec, ICommonChartSpec, IFunnelChartSpec, IFunnel3dChartSpec, IGaugeChartSpec, IHeatmapChartSpec, IHistogramChartSpec, IHistogram3dChartSpec, ILineChartSpec, IMapChartSpec, IPieChartSpec, IPie3dChartSpec, ICircularProgressChartSpec, ILinearProgressChartSpec, IRadarChartSpec, IRangeColumnChartSpec, IRangeColumn3dChartSpec, IRangeAreaChartSpec, IRoseChartSpec, IScatterChartSpec, ISankeyChartSpec, ISequenceChartSpec, ISunburstChartSpec, ITreemapChartSpec, IWaterfallChartSpec, ICorrelationChartSpec, ILiquidChartSpec, IWordCloud3dChartSpec, IWordCloudChartSpec, IPolarChartSpec, ICartesianChartSpec, ITheme, IInitOption, ISpec, IVChart } from '@visactor/vchart';
|
package/esm/index.js
CHANGED
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGxD,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"1.13.7-alpha.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGxD,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './charts';\nexport * from './series';\nexport * from './components';\nexport * from './VChart';\nexport * from './VChartSimple';\nexport { VChart as VChartCore } from '@visactor/vchart';\n\n// export the version, since @1.8.3\nexport const version = \"1.13.7-alpha.2\";\n\nexport type {\n IAreaChartSpec,\n IBarChartSpec,\n IBar3dChartSpec,\n IBoxPlotChartSpec,\n ICirclePackingChartSpec,\n ICommonChartSpec,\n IFunnelChartSpec,\n IFunnel3dChartSpec,\n IGaugeChartSpec,\n IHeatmapChartSpec,\n IHistogramChartSpec,\n IHistogram3dChartSpec,\n ILineChartSpec,\n IMapChartSpec,\n IPieChartSpec,\n IPie3dChartSpec,\n ICircularProgressChartSpec,\n ILinearProgressChartSpec,\n IRadarChartSpec,\n IRangeColumnChartSpec,\n IRangeColumn3dChartSpec,\n IRangeAreaChartSpec,\n IRoseChartSpec,\n IScatterChartSpec,\n ISankeyChartSpec,\n ISequenceChartSpec,\n ISunburstChartSpec,\n ITreemapChartSpec,\n IWaterfallChartSpec,\n ICorrelationChartSpec,\n ILiquidChartSpec,\n IWordCloud3dChartSpec,\n IWordCloudChartSpec,\n IPolarChartSpec,\n ICartesianChartSpec,\n ITheme,\n IInitOption,\n ISpec,\n IVChart\n} from '@visactor/vchart';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/react-vchart",
|
|
3
|
-
"version": "1.13.7-alpha.
|
|
3
|
+
"version": "1.13.7-alpha.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "The react version of VChart 4.x",
|
|
6
6
|
"keywords": [
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@visactor/vchart": "1.13.7-alpha.
|
|
26
|
+
"@visactor/vchart": "1.13.7-alpha.2",
|
|
27
27
|
"@visactor/vutils": "~0.19.4",
|
|
28
|
-
"@visactor/vrender-core": "0.22.5-alpha.
|
|
29
|
-
"@visactor/vrender-kits": "0.22.5-alpha.
|
|
30
|
-
"@visactor/vgrammar-core": "0.16.1-alpha.
|
|
28
|
+
"@visactor/vrender-core": "0.22.5-alpha.3",
|
|
29
|
+
"@visactor/vrender-kits": "0.22.5-alpha.3",
|
|
30
|
+
"@visactor/vgrammar-core": "0.16.1-alpha.1",
|
|
31
31
|
"react-is": "^18.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|