@visactor/react-vchart 1.11.0-alpha.0 → 1.11.0-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/VChart.d.ts +2 -0
- package/cjs/VChart.js +2 -2
- package/cjs/VChart.js.map +1 -1
- package/cjs/charts/AreaChart.js +10 -4
- package/cjs/charts/AreaChart.js.map +1 -1
- package/cjs/charts/BarChart.js +8 -2
- package/cjs/charts/BarChart.js.map +1 -1
- package/cjs/charts/BaseChart.d.ts +2 -2
- package/cjs/charts/BaseChart.js.map +1 -1
- package/cjs/charts/BoxPlotChart.js +8 -3
- package/cjs/charts/BoxPlotChart.js.map +1 -1
- package/cjs/charts/CircularProgressChart.js +8 -3
- package/cjs/charts/CircularProgressChart.js.map +1 -1
- package/cjs/charts/CommonChart.js +8 -3
- package/cjs/charts/CommonChart.js.map +1 -1
- package/cjs/charts/FunnelChart.js +9 -4
- package/cjs/charts/FunnelChart.js.map +1 -1
- package/cjs/charts/HistogramChart.js +9 -4
- package/cjs/charts/HistogramChart.js.map +1 -1
- package/cjs/charts/LineChart.js +9 -4
- package/cjs/charts/LineChart.js.map +1 -1
- package/cjs/charts/LinearProgressChart.js +9 -4
- package/cjs/charts/LinearProgressChart.js.map +1 -1
- package/cjs/charts/MapChart.js +9 -4
- package/cjs/charts/MapChart.js.map +1 -1
- package/cjs/charts/PieChart.js +9 -4
- package/cjs/charts/PieChart.js.map +1 -1
- package/cjs/charts/RadarChart.js +9 -4
- package/cjs/charts/RadarChart.js.map +1 -1
- package/cjs/charts/RangeColumnChart.js +9 -4
- package/cjs/charts/RangeColumnChart.js.map +1 -1
- package/cjs/charts/RoseChart.js +9 -5
- package/cjs/charts/RoseChart.js.map +1 -1
- package/cjs/charts/ScatterChart.js +9 -4
- package/cjs/charts/ScatterChart.js.map +1 -1
- package/cjs/charts/SequenceChart.js +9 -4
- package/cjs/charts/SequenceChart.js.map +1 -1
- package/cjs/charts/WordCloudChart.js +9 -4
- package/cjs/charts/WordCloudChart.js.map +1 -1
- package/cjs/components/Region.js +1 -2
- package/cjs/components/Title.js +2 -1
- package/cjs/index.d.ts +1 -2
- package/cjs/index.js +3 -12
- package/cjs/index.js.map +1 -1
- package/cjs/series/Line.js +2 -1
- package/cjs/series/Link.js +1 -2
- package/cjs/series/WordCloud.js +1 -1
- package/esm/VChart.d.ts +2 -0
- package/esm/VChart.js +3 -1
- package/esm/VChart.js.map +1 -1
- package/esm/charts/AreaChart.js +3 -4
- package/esm/charts/AreaChart.js.map +1 -1
- package/esm/charts/BarChart.js +1 -1
- package/esm/charts/BarChart.js.map +1 -1
- package/esm/charts/BaseChart.d.ts +2 -2
- package/esm/charts/BaseChart.js.map +1 -1
- package/esm/charts/BoxPlotChart.js +1 -3
- package/esm/charts/BoxPlotChart.js.map +1 -1
- package/esm/charts/CircularProgressChart.js +1 -3
- package/esm/charts/CircularProgressChart.js.map +1 -1
- package/esm/charts/CommonChart.js +1 -3
- package/esm/charts/CommonChart.js.map +1 -1
- package/esm/charts/FunnelChart.js +2 -4
- package/esm/charts/FunnelChart.js.map +1 -1
- package/esm/charts/HistogramChart.js +2 -4
- package/esm/charts/HistogramChart.js.map +1 -1
- package/esm/charts/LineChart.js +2 -4
- package/esm/charts/LineChart.js.map +1 -1
- package/esm/charts/LinearProgressChart.js +2 -4
- package/esm/charts/LinearProgressChart.js.map +1 -1
- package/esm/charts/MapChart.js +2 -4
- package/esm/charts/MapChart.js.map +1 -1
- package/esm/charts/PieChart.js +2 -4
- package/esm/charts/PieChart.js.map +1 -1
- package/esm/charts/RadarChart.js +2 -4
- package/esm/charts/RadarChart.js.map +1 -1
- package/esm/charts/RangeColumnChart.js +2 -4
- package/esm/charts/RangeColumnChart.js.map +1 -1
- package/esm/charts/RoseChart.js +2 -5
- package/esm/charts/RoseChart.js.map +1 -1
- package/esm/charts/ScatterChart.js +2 -4
- package/esm/charts/ScatterChart.js.map +1 -1
- package/esm/charts/SequenceChart.js +2 -4
- package/esm/charts/SequenceChart.js.map +1 -1
- package/esm/charts/WordCloudChart.js +2 -4
- package/esm/charts/WordCloudChart.js.map +1 -1
- package/esm/components/Region.js +1 -2
- package/esm/components/Title.js +2 -1
- package/esm/index.d.ts +1 -2
- package/esm/index.js +1 -3
- package/esm/index.js.map +1 -1
- package/esm/series/Line.js +2 -1
- package/esm/series/Link.js +1 -2
- package/esm/series/WordCloud.js +1 -1
- package/package.json +7 -7
- package/cjs/charts/CirclePackingChart.d.ts +0 -10
- package/cjs/charts/CirclePackingChart.js +0 -14
- package/cjs/charts/CirclePackingChart.js.map +0 -1
- package/cjs/charts/CorrelationChart.d.ts +0 -10
- package/cjs/charts/CorrelationChart.js +0 -14
- package/cjs/charts/CorrelationChart.js.map +0 -1
- package/cjs/charts/GaugeChart.d.ts +0 -10
- package/cjs/charts/GaugeChart.js +0 -14
- package/cjs/charts/GaugeChart.js.map +0 -1
- package/cjs/charts/HeatmapChart.d.ts +0 -10
- package/cjs/charts/HeatmapChart.js +0 -14
- package/cjs/charts/HeatmapChart.js.map +0 -1
- package/cjs/charts/LiquidChart.d.ts +0 -10
- package/cjs/charts/LiquidChart.js +0 -14
- package/cjs/charts/LiquidChart.js.map +0 -1
- package/cjs/charts/SankeyChart.d.ts +0 -10
- package/cjs/charts/SankeyChart.js +0 -14
- package/cjs/charts/SankeyChart.js.map +0 -1
- package/cjs/charts/SunburstChart.d.ts +0 -10
- package/cjs/charts/SunburstChart.js +0 -14
- package/cjs/charts/SunburstChart.js.map +0 -1
- package/cjs/charts/TreemapChart.d.ts +0 -10
- package/cjs/charts/TreemapChart.js +0 -14
- package/cjs/charts/TreemapChart.js.map +0 -1
- package/cjs/charts/WaterfallChart.d.ts +0 -10
- package/cjs/charts/WaterfallChart.js +0 -14
- package/cjs/charts/WaterfallChart.js.map +0 -1
- package/cjs/series/CirclePacking.d.ts +0 -7
- package/cjs/series/CirclePacking.js +0 -10
- package/cjs/series/CirclePacking.js.map +0 -1
- package/cjs/series/Correlation.d.ts +0 -7
- package/cjs/series/Correlation.js +0 -10
- package/cjs/series/Correlation.js.map +0 -1
- package/cjs/series/Gauge.d.ts +0 -7
- package/cjs/series/Gauge.js +0 -10
- package/cjs/series/Gauge.js.map +0 -1
- package/cjs/series/Heatmap.d.ts +0 -7
- package/cjs/series/Heatmap.js +0 -10
- package/cjs/series/Heatmap.js.map +0 -1
- package/cjs/series/Liquid.d.ts +0 -7
- package/cjs/series/Liquid.js +0 -10
- package/cjs/series/Liquid.js.map +0 -1
- package/cjs/series/Sankey.d.ts +0 -7
- package/cjs/series/Sankey.js +0 -10
- package/cjs/series/Sankey.js.map +0 -1
- package/cjs/series/Sunburst.d.ts +0 -7
- package/cjs/series/Sunburst.js +0 -10
- package/cjs/series/Sunburst.js.map +0 -1
- package/cjs/series/Treemap.d.ts +0 -7
- package/cjs/series/Treemap.js +0 -10
- package/cjs/series/Treemap.js.map +0 -1
- package/cjs/series/Waterfall.d.ts +0 -7
- package/cjs/series/Waterfall.js +0 -10
- package/cjs/series/Waterfall.js.map +0 -1
- package/esm/charts/CirclePackingChart.d.ts +0 -10
- package/esm/charts/CirclePackingChart.js +0 -11
- package/esm/charts/CirclePackingChart.js.map +0 -1
- package/esm/charts/CorrelationChart.d.ts +0 -10
- package/esm/charts/CorrelationChart.js +0 -11
- package/esm/charts/CorrelationChart.js.map +0 -1
- package/esm/charts/GaugeChart.d.ts +0 -10
- package/esm/charts/GaugeChart.js +0 -11
- package/esm/charts/GaugeChart.js.map +0 -1
- package/esm/charts/HeatmapChart.d.ts +0 -10
- package/esm/charts/HeatmapChart.js +0 -11
- package/esm/charts/HeatmapChart.js.map +0 -1
- package/esm/charts/LiquidChart.d.ts +0 -10
- package/esm/charts/LiquidChart.js +0 -11
- package/esm/charts/LiquidChart.js.map +0 -1
- package/esm/charts/SankeyChart.d.ts +0 -10
- package/esm/charts/SankeyChart.js +0 -11
- package/esm/charts/SankeyChart.js.map +0 -1
- package/esm/charts/SunburstChart.d.ts +0 -10
- package/esm/charts/SunburstChart.js +0 -11
- package/esm/charts/SunburstChart.js.map +0 -1
- package/esm/charts/TreemapChart.d.ts +0 -10
- package/esm/charts/TreemapChart.js +0 -11
- package/esm/charts/TreemapChart.js.map +0 -1
- package/esm/charts/WaterfallChart.d.ts +0 -10
- package/esm/charts/WaterfallChart.js +0 -11
- package/esm/charts/WaterfallChart.js.map +0 -1
- package/esm/series/CirclePacking.d.ts +0 -7
- package/esm/series/CirclePacking.js +0 -4
- package/esm/series/CirclePacking.js.map +0 -1
- package/esm/series/Correlation.d.ts +0 -7
- package/esm/series/Correlation.js +0 -4
- package/esm/series/Correlation.js.map +0 -1
- package/esm/series/Gauge.d.ts +0 -7
- package/esm/series/Gauge.js +0 -4
- package/esm/series/Gauge.js.map +0 -1
- package/esm/series/Heatmap.d.ts +0 -7
- package/esm/series/Heatmap.js +0 -4
- package/esm/series/Heatmap.js.map +0 -1
- package/esm/series/Liquid.d.ts +0 -7
- package/esm/series/Liquid.js +0 -4
- package/esm/series/Liquid.js.map +0 -1
- package/esm/series/Sankey.d.ts +0 -7
- package/esm/series/Sankey.js +0 -4
- package/esm/series/Sankey.js.map +0 -1
- package/esm/series/Sunburst.d.ts +0 -7
- package/esm/series/Sunburst.js +0 -4
- package/esm/series/Sunburst.js.map +0 -1
- package/esm/series/Treemap.d.ts +0 -7
- package/esm/series/Treemap.js +0 -4
- package/esm/series/Treemap.js.map +0 -1
- package/esm/series/Waterfall.d.ts +0 -7
- package/esm/series/Waterfall.js +0 -4
- package/esm/series/Waterfall.js.map +0 -1
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { IWaterfallChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface WaterfallChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IWaterfallChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const WaterfallChart: React.ForwardRefExoticComponent<WaterfallChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'waterfall';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.WaterfallChart = void 0;
|
|
6
|
-
|
|
7
|
-
const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart");
|
|
8
|
-
|
|
9
|
-
vchart_1.VChart.useRegisters([ vchart_1.registerWaterfallChart, vchart_1.registerCartesianLinearAxis, vchart_1.registerCartesianBandAxis, vchart_1.registerCartesianTimeAxis, vchart_1.registerCartesianLogAxis, vchart_1.registerDiscreteLegend, vchart_1.registerContinuousLegend, vchart_1.registerTooltip, vchart_1.registerDomTooltipHandler, vchart_1.registerCanvasTooltipHandler, vchart_1.registerCartesianCrossHair, vchart_1.registerDataZoom, vchart_1.registerScrollBar, vchart_1.registerLabel, vchart_1.registerTitle, vchart_1.registerMarkLine, vchart_1.registerMarkPoint, vchart_1.registerMarkArea, vchart_1.registerTotalLabel, vchart_1.registerBrush, vchart_1.registerCustomMark ]),
|
|
10
|
-
exports.WaterfallChart = (0, BaseChart_1.createChart)("WaterfallChart", {
|
|
11
|
-
type: "waterfall",
|
|
12
|
-
vchartConstrouctor: vchart_1.VChart
|
|
13
|
-
});
|
|
14
|
-
//# sourceMappingURL=WaterfallChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/WaterfallChart.tsx"],"names":[],"mappings":";;;AAEA,6CAuB0B;AAC1B,2CAA0D;AAE1D,eAAM,CAAC,YAAY,CAAC;IAClB,+BAAsB;IACtB,oCAA2B;IAC3B,kCAAyB;IACzB,kCAAyB;IACzB,iCAAwB;IACxB,+BAAsB;IACtB,iCAAwB;IACxB,wBAAe;IACf,kCAAyB;IACzB,qCAA4B;IAC5B,mCAA0B;IAC1B,yBAAgB;IAChB,0BAAiB;IACjB,sBAAa;IACb,sBAAa;IACb,yBAAgB;IAChB,0BAAiB;IACjB,yBAAgB;IAChB,2BAAkB;IAClB,sBAAa;IACb,2BAAkB;CACnB,CAAC,CAAC;AAQU,QAAA,cAAc,GAAG,IAAA,uBAAW,EACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,eAA4B;CACjD,CACF,CAAC","file":"WaterfallChart.js","sourcesContent":["import React from 'react';\nimport type { IWaterfallChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerWaterfallChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerWaterfallChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n]);\n\nexport interface WaterfallChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IWaterfallChartSpec, 'type'> {\n //\n}\n\nexport const WaterfallChart = createChart<React.PropsWithChildren<WaterfallChartProps> & { type: 'waterfall' }>(\n 'WaterfallChart',\n {\n type: 'waterfall',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ICirclePackingSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;
|
|
4
|
-
export declare const CirclePacking: import("react").FC<BaseSeriesProps & Omit<ICirclePackingSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.CirclePacking = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.CirclePacking = (0, BaseSeries_1.createSeries)("CirclePacking", [ "circlePacking", "label" ], "circlePacking");
|
|
10
|
-
//# sourceMappingURL=CirclePacking.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/CirclePacking.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,aAAa,GAAG,IAAA,yBAAY,EACvC,eAAe,EACf,CAAC,eAAe,EAAE,OAAO,CAAC,EAC1B,eAAe,CAChB,CAAC","file":"CirclePacking.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ICirclePackingSeriesSpec } from '@visactor/vchart';\n\nexport type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;\n\nexport const CirclePacking = createSeries<CirclePackingProps>(\n 'CirclePacking',\n ['circlePacking', 'label'],\n 'circlePacking'\n);\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ICorrelationSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Correlation: import("react").FC<BaseSeriesProps & Omit<ICorrelationSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Correlation = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Correlation = (0, BaseSeries_1.createSeries)("Correlation", [ "centerPoint", "ripplePoint", "centerLabel", "nodePoint", "label" ], "correlation");
|
|
10
|
-
//# sourceMappingURL=Correlation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Correlation.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,WAAW,GAAG,IAAA,yBAAY,EACrC,aAAa,EACb,CAAC,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,OAAO,CAAC,EACnE,aAAa,CACd,CAAC","file":"Correlation.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ICorrelationSeriesSpec } from '@visactor/vchart';\n\nexport type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;\n\nexport const Correlation = createSeries<CorrelationProps>(\n 'Correlation',\n ['centerPoint', 'ripplePoint', 'centerLabel', 'nodePoint', 'label'],\n 'correlation'\n);\n"]}
|
package/cjs/series/Gauge.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { IGaugeSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type GaugeProps = BaseSeriesProps & Omit<IGaugeSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Gauge: import("react").FC<BaseSeriesProps & Omit<IGaugeSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Gauge.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Gauge = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Gauge = (0, BaseSeries_1.createSeries)("Sankey", [ "segment", "track", "label" ], "gauge");
|
|
10
|
-
//# sourceMappingURL=Gauge.js.map
|
package/cjs/series/Gauge.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Gauge.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,KAAK,GAAG,IAAA,yBAAY,EAAa,QAAQ,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC","file":"Gauge.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { IGaugeSeriesSpec } from '@visactor/vchart';\n\nexport type GaugeProps = BaseSeriesProps & Omit<IGaugeSeriesSpec, 'type'>;\n\nexport const Gauge = createSeries<GaugeProps>('Sankey', ['segment', 'track', 'label'], 'gauge');\n"]}
|
package/cjs/series/Heatmap.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { IHeatmapChartSpec } from '@visactor/vchart';
|
|
3
|
-
export type HeatmapProps = BaseSeriesProps & Omit<IHeatmapChartSpec, 'type'>;
|
|
4
|
-
export declare const Heatmap: import("react").FC<BaseSeriesProps & Omit<IHeatmapChartSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Heatmap.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Heatmap = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Heatmap = (0, BaseSeries_1.createSeries)("Treemap", [ "cell", "cellBackground", "label" ], "heatmap");
|
|
10
|
-
//# sourceMappingURL=Heatmap.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Heatmap.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,OAAO,GAAG,IAAA,yBAAY,EAAe,SAAS,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC","file":"Heatmap.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { IHeatmapChartSpec } from '@visactor/vchart';\n\nexport type HeatmapProps = BaseSeriesProps & Omit<IHeatmapChartSpec, 'type'>;\n\nexport const Heatmap = createSeries<HeatmapProps>('Treemap', ['cell', 'cellBackground', 'label'], 'heatmap');\n"]}
|
package/cjs/series/Liquid.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ILiquidSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type LiquidProps = BaseSeriesProps & Omit<ILiquidSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Liquid: import("react").FC<BaseSeriesProps & Omit<ILiquidSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Liquid.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Liquid = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Liquid = (0, BaseSeries_1.createSeries)("Liquid", [ "node", "link" ], "liquid");
|
|
10
|
-
//# sourceMappingURL=Liquid.js.map
|
package/cjs/series/Liquid.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Liquid.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,MAAM,GAAG,IAAA,yBAAY,EAAc,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC","file":"Liquid.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ILiquidSeriesSpec } from '@visactor/vchart';\n\nexport type LiquidProps = BaseSeriesProps & Omit<ILiquidSeriesSpec, 'type'>;\n\nexport const Liquid = createSeries<LiquidProps>('Liquid', ['node', 'link'], 'liquid');\n"]}
|
package/cjs/series/Sankey.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ISankeySeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type SankeyProps = BaseSeriesProps & Omit<ISankeySeriesSpec, 'type'>;
|
|
4
|
-
export declare const Sankey: import("react").FC<BaseSeriesProps & Omit<ISankeySeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Sankey.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Sankey = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Sankey = (0, BaseSeries_1.createSeries)("Sankey", [ "node", "link" ], "sankey");
|
|
10
|
-
//# sourceMappingURL=Sankey.js.map
|
package/cjs/series/Sankey.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Sankey.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,MAAM,GAAG,IAAA,yBAAY,EAAc,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC","file":"Sankey.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ISankeySeriesSpec } from '@visactor/vchart';\n\nexport type SankeyProps = BaseSeriesProps & Omit<ISankeySeriesSpec, 'type'>;\n\nexport const Sankey = createSeries<SankeyProps>('Sankey', ['node', 'link'], 'sankey');\n"]}
|
package/cjs/series/Sunburst.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ISunburstSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type SunburstProps = BaseSeriesProps & Omit<ISunburstSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Sunburst: import("react").FC<BaseSeriesProps & Omit<ISunburstSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Sunburst.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Sunburst = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Sunburst = (0, BaseSeries_1.createSeries)("Sunburst", [ "sunburst", "label" ], "sunburst");
|
|
10
|
-
//# sourceMappingURL=Sunburst.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Sunburst.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,QAAQ,GAAG,IAAA,yBAAY,EAAgB,UAAU,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,CAAC","file":"Sunburst.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ISunburstSeriesSpec } from '@visactor/vchart';\n\nexport type SunburstProps = BaseSeriesProps & Omit<ISunburstSeriesSpec, 'type'>;\n\nexport const Sunburst = createSeries<SunburstProps>('Sunburst', ['sunburst', 'label'], 'sunburst');\n"]}
|
package/cjs/series/Treemap.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ITreemapSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type TreemapProps = BaseSeriesProps & Omit<ITreemapSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Treemap: import("react").FC<BaseSeriesProps & Omit<ITreemapSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Treemap.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Treemap = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Treemap = (0, BaseSeries_1.createSeries)("Treemap", [ "leaf", "nonLeaf", "label", "nonLeafLabel" ], "treemap");
|
|
10
|
-
//# sourceMappingURL=Treemap.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Treemap.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,OAAO,GAAG,IAAA,yBAAY,EAAe,SAAS,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,cAAc,CAAC,EAAE,SAAS,CAAC,CAAC","file":"Treemap.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ITreemapSeriesSpec } from '@visactor/vchart';\n\nexport type TreemapProps = BaseSeriesProps & Omit<ITreemapSeriesSpec, 'type'>;\n\nexport const Treemap = createSeries<TreemapProps>('Treemap', ['leaf', 'nonLeaf', 'label', 'nonLeafLabel'], 'treemap');\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { IWaterfallSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type WaterfallProps = BaseSeriesProps & Omit<IWaterfallSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Waterfall: import("react").FC<BaseSeriesProps & Omit<IWaterfallSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
package/cjs/series/Waterfall.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.Waterfall = void 0;
|
|
6
|
-
|
|
7
|
-
const BaseSeries_1 = require("./BaseSeries");
|
|
8
|
-
|
|
9
|
-
exports.Waterfall = (0, BaseSeries_1.createSeries)("Waterfall", [ "leaderLine", "stackLabel", "label", "bar" ], "waterfall");
|
|
10
|
-
//# sourceMappingURL=Waterfall.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Waterfall.tsx"],"names":[],"mappings":";;;AAAA,6CAA6D;AAMhD,QAAA,SAAS,GAAG,IAAA,yBAAY,EACnC,WAAW,EACX,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,EAC5C,WAAW,CACZ,CAAC","file":"Waterfall.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { IWaterfallSeriesSpec } from '@visactor/vchart';\n\nexport type WaterfallProps = BaseSeriesProps & Omit<IWaterfallSeriesSpec, 'type'>;\n\nexport const Waterfall = createSeries<WaterfallProps>(\n 'Waterfall',\n ['leaderLine', 'stackLabel', 'label', 'bar'],\n 'waterfall'\n);\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ICirclePackingChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface CirclePackingChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ICirclePackingChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const CirclePackingChart: React.ForwardRefExoticComponent<CirclePackingChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'circlePacking';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerCirclePackingChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerCirclePackingChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const CirclePackingChart = createChart("CirclePackingChart", {
|
|
8
|
-
type: "circlePacking",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=CirclePackingChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/CirclePackingChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,0BAA0B,EAC1B,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,0BAA0B;IAC1B,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAE3C,oBAAoB,EAAE;IACtB,IAAI,EAAE,eAAe;IACrB,kBAAkB,EAAE,MAA4B;CACjD,CAAC,CAAC","file":"CirclePackingChart.js","sourcesContent":["import React from 'react';\nimport { ICirclePackingChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerCirclePackingChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerCirclePackingChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface CirclePackingChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ICirclePackingChartSpec, 'type'> {}\n\nexport const CirclePackingChart = createChart<\n React.PropsWithChildren<CirclePackingChartProps> & { type: 'circlePacking' }\n>('CirclePackingChart', {\n type: 'circlePacking',\n vchartConstrouctor: VChart as IVChartConstructor\n});\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ICorrelationChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface CorrelationChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ICorrelationChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const CorrelationChart: React.ForwardRefExoticComponent<CorrelationChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'correlation';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerCorrelationChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerCorrelationChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const CorrelationChart = createChart("CorrelationChart", {
|
|
8
|
-
type: "correlation",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=CorrelationChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/CorrelationChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,wBAAwB,EACxB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CACzC,kBAAkB,EAClB;IACE,IAAI,EAAE,aAAa;IACnB,kBAAkB,EAAE,MAA4B;CACjD,CACF,CAAC","file":"CorrelationChart.js","sourcesContent":["import React from 'react';\nimport { ICorrelationChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerCorrelationChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerCorrelationChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface CorrelationChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ICorrelationChartSpec, 'type'> {}\n\nexport const CorrelationChart = createChart<React.PropsWithChildren<CorrelationChartProps> & { type: 'correlation' }>(\n 'CorrelationChart',\n {\n type: 'correlation',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ISankeyChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface SankeyChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ISankeyChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const SankeyChart: React.ForwardRefExoticComponent<SankeyChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'sankey';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
package/esm/charts/GaugeChart.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerSankeyChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerSankeyChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const SankeyChart = createChart("SankeyChart", {
|
|
8
|
-
type: "sankey",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=GaugeChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/GaugeChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,mBAAmB;IACnB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAiE,aAAa,EAAE;IACpH,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,MAA4B;CACjD,CAAC,CAAC","file":"GaugeChart.js","sourcesContent":["import React from 'react';\nimport type { ISankeyChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerSankeyChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerSankeyChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface SankeyChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ISankeyChartSpec, 'type'> {}\n\nexport const SankeyChart = createChart<React.PropsWithChildren<SankeyChartProps> & { type: 'sankey' }>('SankeyChart', {\n type: 'sankey',\n vchartConstrouctor: VChart as IVChartConstructor\n});\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { IHeatmapChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface HeatmapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<IHeatmapChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const HeatmapChart: React.ForwardRefExoticComponent<HeatmapChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'heatmap';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerHeatmapChart, registerCartesianBandAxis, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerCartesianCrossHair, registerDataZoom, registerScrollBar, registerLabel, registerTitle, registerMarkLine, registerMarkPoint, registerMarkArea, registerTotalLabel, registerBrush, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerHeatmapChart, registerCartesianBandAxis, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerCartesianCrossHair, registerDataZoom, registerScrollBar, registerLabel, registerTitle, registerMarkLine, registerMarkPoint, registerMarkArea, registerTotalLabel, registerBrush, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const HeatmapChart = createChart("HeatmapChart", {
|
|
8
|
-
type: "heatmap",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=HeatmapChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/HeatmapChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,oBAAoB,EACpB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,oBAAoB;IACpB,yBAAyB;IACzB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,0BAA0B;IAC1B,gBAAgB;IAChB,iBAAiB;IACjB,aAAa;IACb,aAAa;IACb,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,kBAAkB;IAClB,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,YAAY,GAAG,WAAW,CACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,MAA4B;CACjD,CACF,CAAC","file":"HeatmapChart.js","sourcesContent":["import React from 'react';\nimport type { IHeatmapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerHeatmapChart,\n registerCartesianBandAxis,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerHeatmapChart,\n registerCartesianBandAxis,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n]);\n\nexport interface HeatmapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<IHeatmapChartSpec, 'type'> {\n //\n}\n\nexport const HeatmapChart = createChart<React.PropsWithChildren<HeatmapChartProps> & { type: 'heatmap' }>(\n 'HeatmapChart',\n {\n type: 'heatmap',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ILiquidChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface LiquidChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ILiquidChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const LiquidChart: React.ForwardRefExoticComponent<LiquidChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'liquid';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerLiquidChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerLiquidChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const LiquidChart = createChart("LiquidChart", {
|
|
8
|
-
type: "liquid",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=LiquidChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/LiquidChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,mBAAmB;IACnB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAiE,aAAa,EAAE;IACpH,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,MAA4B;CACjD,CAAC,CAAC","file":"LiquidChart.js","sourcesContent":["import React from 'react';\nimport type { ILiquidChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerLiquidChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerLiquidChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface LiquidChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ILiquidChartSpec, 'type'> {}\n\nexport const LiquidChart = createChart<React.PropsWithChildren<LiquidChartProps> & { type: 'liquid' }>('LiquidChart', {\n type: 'liquid',\n vchartConstrouctor: VChart as IVChartConstructor\n});\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ISankeyChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface SankeyChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ISankeyChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const SankeyChart: React.ForwardRefExoticComponent<SankeyChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'sankey';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerSankeyChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerSankeyChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const SankeyChart = createChart("SankeyChart", {
|
|
8
|
-
type: "sankey",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=SankeyChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/SankeyChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,mBAAmB;IACnB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAiE,aAAa,EAAE;IACpH,IAAI,EAAE,QAAQ;IACd,kBAAkB,EAAE,MAA4B;CACjD,CAAC,CAAC","file":"SankeyChart.js","sourcesContent":["import React from 'react';\nimport type { ISankeyChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerSankeyChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerSankeyChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface SankeyChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ISankeyChartSpec, 'type'> {}\n\nexport const SankeyChart = createChart<React.PropsWithChildren<SankeyChartProps> & { type: 'sankey' }>('SankeyChart', {\n type: 'sankey',\n vchartConstrouctor: VChart as IVChartConstructor\n});\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ISunburstChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface SunburstChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>, Omit<ISunburstChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const SunburstChart: React.ForwardRefExoticComponent<SunburstChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'sunburst';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerSunburstChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerSunburstChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const SunburstChart = createChart("SunburstChart", {
|
|
8
|
-
type: "sunburst",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=SunburstChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/SunburstChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,qBAAqB,EACrB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,qBAAqB;IACrB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CACtC,eAAe,EACf;IACE,IAAI,EAAE,UAAU;IAChB,kBAAkB,EAAE,MAA4B;CACjD,CACF,CAAC","file":"SunburstChart.js","sourcesContent":["import React from 'react';\nimport type { ISunburstChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerSunburstChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerSunburstChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface SunburstChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type'>,\n Omit<ISunburstChartSpec, 'type'> {}\n\nexport const SunburstChart = createChart<React.PropsWithChildren<SunburstChartProps> & { type: 'sunburst' }>(\n 'SunburstChart',\n {\n type: 'sunburst',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ITreemapChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface TreemapChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<ITreemapChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const TreemapChart: React.ForwardRefExoticComponent<TreemapChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'treemap';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerTreemapChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerTreemapChart, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerTitle, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const TreemapChart = createChart("TreemapChart", {
|
|
8
|
-
type: "treemap",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=TreemapChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/TreemapChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,oBAAoB;IACpB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,YAAY,GAAG,WAAW,CACrC,cAAc,EACd;IACE,IAAI,EAAE,SAAS;IACf,kBAAkB,EAAE,MAA4B;CACjD,CACF,CAAC","file":"TreemapChart.js","sourcesContent":["import React from 'react';\nimport type { ITreemapChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerTreemapChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerTreemapChart,\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerTitle,\n registerCustomMark\n]);\n\nexport interface TreemapChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<ITreemapChartSpec, 'type'> {}\n\nexport const TreemapChart = createChart<React.PropsWithChildren<TreemapChartProps> & { type: 'treemap' }>(\n 'TreemapChart',\n {\n type: 'treemap',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { IWaterfallChartSpec } from '@visactor/vchart';
|
|
3
|
-
import { BaseChartProps } from './BaseChart';
|
|
4
|
-
export interface WaterfallChartProps extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>, Omit<IWaterfallChartSpec, 'type'> {
|
|
5
|
-
}
|
|
6
|
-
export declare const WaterfallChart: React.ForwardRefExoticComponent<WaterfallChartProps & {
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & {
|
|
9
|
-
type: 'waterfall';
|
|
10
|
-
} & import("../containers/withContainer").ContainerProps & React.RefAttributes<any>>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VChart, registerWaterfallChart, registerCartesianLinearAxis, registerCartesianBandAxis, registerCartesianTimeAxis, registerCartesianLogAxis, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerCartesianCrossHair, registerDataZoom, registerScrollBar, registerLabel, registerTitle, registerMarkLine, registerMarkPoint, registerMarkArea, registerTotalLabel, registerBrush, registerCustomMark } from "@visactor/vchart";
|
|
2
|
-
|
|
3
|
-
import { createChart } from "./BaseChart";
|
|
4
|
-
|
|
5
|
-
VChart.useRegisters([ registerWaterfallChart, registerCartesianLinearAxis, registerCartesianBandAxis, registerCartesianTimeAxis, registerCartesianLogAxis, registerDiscreteLegend, registerContinuousLegend, registerTooltip, registerDomTooltipHandler, registerCanvasTooltipHandler, registerCartesianCrossHair, registerDataZoom, registerScrollBar, registerLabel, registerTitle, registerMarkLine, registerMarkPoint, registerMarkArea, registerTotalLabel, registerBrush, registerCustomMark ]);
|
|
6
|
-
|
|
7
|
-
export const WaterfallChart = createChart("WaterfallChart", {
|
|
8
|
-
type: "waterfall",
|
|
9
|
-
vchartConstrouctor: VChart
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=WaterfallChart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/charts/WaterfallChart.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,sBAAsB,EACtB,2BAA2B,EAC3B,yBAAyB,EACzB,yBAAyB,EACzB,wBAAwB,EACxB,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,CAAC,YAAY,CAAC;IAClB,sBAAsB;IACtB,2BAA2B;IAC3B,yBAAyB;IACzB,yBAAyB;IACzB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,eAAe;IACf,yBAAyB;IACzB,4BAA4B;IAC5B,0BAA0B;IAC1B,gBAAgB;IAChB,iBAAiB;IACjB,aAAa;IACb,aAAa;IACb,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,kBAAkB;IAClB,aAAa;IACb,kBAAkB;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CACvC,gBAAgB,EAChB;IACE,IAAI,EAAE,WAAW;IACjB,kBAAkB,EAAE,MAA4B;CACjD,CACF,CAAC","file":"WaterfallChart.js","sourcesContent":["import React from 'react';\nimport type { IWaterfallChartSpec, IVChartConstructor } from '@visactor/vchart';\nimport {\n VChart,\n registerWaterfallChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n} from '@visactor/vchart';\nimport { BaseChartProps, createChart } from './BaseChart';\n\nVChart.useRegisters([\n registerWaterfallChart,\n registerCartesianLinearAxis,\n registerCartesianBandAxis,\n registerCartesianTimeAxis, // 非必选\n registerCartesianLogAxis, // 非必选\n registerDiscreteLegend,\n registerContinuousLegend,\n registerTooltip,\n registerDomTooltipHandler,\n registerCanvasTooltipHandler,\n registerCartesianCrossHair,\n registerDataZoom,\n registerScrollBar,\n registerLabel,\n registerTitle,\n registerMarkLine,\n registerMarkPoint,\n registerMarkArea,\n registerTotalLabel,\n registerBrush,\n registerCustomMark\n]);\n\nexport interface WaterfallChartProps\n extends Omit<BaseChartProps, 'spec' | 'container' | 'type' | 'data'>,\n Omit<IWaterfallChartSpec, 'type'> {\n //\n}\n\nexport const WaterfallChart = createChart<React.PropsWithChildren<WaterfallChartProps> & { type: 'waterfall' }>(\n 'WaterfallChart',\n {\n type: 'waterfall',\n vchartConstrouctor: VChart as IVChartConstructor\n }\n);\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ICirclePackingSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;
|
|
4
|
-
export declare const CirclePacking: import("react").FC<BaseSeriesProps & Omit<ICirclePackingSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/CirclePacking.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAM7D,MAAM,CAAC,MAAM,aAAa,GAAG,YAAY,CACvC,eAAe,EACf,CAAC,eAAe,EAAE,OAAO,CAAC,EAC1B,eAAe,CAChB,CAAC","file":"CirclePacking.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ICirclePackingSeriesSpec } from '@visactor/vchart';\n\nexport type CirclePackingProps = BaseSeriesProps & Omit<ICirclePackingSeriesSpec, 'type'>;\n\nexport const CirclePacking = createSeries<CirclePackingProps>(\n 'CirclePacking',\n ['circlePacking', 'label'],\n 'circlePacking'\n);\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseSeriesProps } from './BaseSeries';
|
|
2
|
-
import type { ICorrelationSeriesSpec } from '@visactor/vchart';
|
|
3
|
-
export type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;
|
|
4
|
-
export declare const Correlation: import("react").FC<BaseSeriesProps & Omit<ICorrelationSeriesSpec, "type"> & {
|
|
5
|
-
updateId?: number;
|
|
6
|
-
componentId?: string;
|
|
7
|
-
}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/series/Correlation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,cAAc,CAAC;AAM7D,MAAM,CAAC,MAAM,WAAW,GAAG,YAAY,CACrC,aAAa,EACb,CAAC,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW,EAAE,OAAO,CAAC,EACnE,aAAa,CACd,CAAC","file":"Correlation.js","sourcesContent":["import { BaseSeriesProps, createSeries } from './BaseSeries';\n\nimport type { ICorrelationSeriesSpec } from '@visactor/vchart';\n\nexport type CorrelationProps = BaseSeriesProps & Omit<ICorrelationSeriesSpec, 'type'>;\n\nexport const Correlation = createSeries<CorrelationProps>(\n 'Correlation',\n ['centerPoint', 'ripplePoint', 'centerLabel', 'nodePoint', 'label'],\n 'correlation'\n);\n"]}
|