@visactor/taro-vchart
Version:
Taro VChart 图表组件
10 lines (7 loc) • 394 B
JavaScript
import { VChart, registerLineChart, registerLabel, registerTotalLabel } from "@visactor/vchart";
import { registers } from "./registers/cartesian";
import { createChart } from "./generate-charts";
export const LineChart = createChart("LineChart", {
chartConstructor: VChart
}, [ registerLineChart, registerLabel, registerTotalLabel, ...registers ]);
//# sourceMappingURL=LineChart.js.map