UNPKG

@visactor/taro-vchart

Version:
10 lines (7 loc) 404 B
import { VChart, registerLinearProgressChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./generate-charts"; import { registers } from "./registers/cartesian"; export const LinearProgressChart = createChart("LinearProgressChart", { chartConstructor: VChart }, [ registerLinearProgressChart, registerLabel, ...registers ]); //# sourceMappingURL=LinearProgressChart.js.map