UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

38 lines (20 loc) 642 B
import { VChart } from "./vchart-all"; export default VChart; export * from "./core"; export * from "./chart"; export * from "./chart/base"; export * from "./chart/common"; export * from "./series"; export * from "./mark"; export * from "./component"; export * from "./layout"; export * from "./env"; export * from "./event"; export * from "./plugin/chart"; export * from "./plugin/components/tooltip-handler"; export * from "./plugin/components/axis-sync"; export * from "./plugin/other"; export * from "./vrender-tools"; export * from "./util/data"; export * from "./util/spec/transform"; //# sourceMappingURL=index.js.map