UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

80 lines (41 loc) 1.89 kB
import { VChart } from "./vchart-all"; export default VChart; export * from "./core"; export * from "./chart"; export * from "./chart/base"; export * from "./chart/cartesian"; export * from "./chart/common"; export * from "./chart/stack"; 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 "./plugin/base/base-plugin"; export * from "./vrender-tools"; export * from "./util/data"; export * from "./util/spec/transform"; export * from "./util/mark"; export * from "./util/region"; export * from "./util/scale"; export * from "./constant/data"; export * from "./component/base"; export * from "./compile/data/compilable-data"; export * from "./animation"; export * from "./interaction"; export { createImage, createPath, graphicCreator } from "./vrender-bridge"; export { createArc3d, createPyramid3d, createRect3d, registerArc3d, registerLine, registerPyramid3d, registerRect, registerRect3d, registerShadowRoot } from "./vrender-bridge"; export { registerDirectionalLight, registerOrthoCamera, registerViewTransform3dPlugin } from "@visactor/vrender-core/plugin/3d"; export { ACustomAnimate } from "@visactor/vrender-animate/custom/custom-animate"; export { AnimateExecutor } from "@visactor/vrender-animate/executor/animate-executor"; export { RotateBySphereAnimate } from "@visactor/vrender-animate/custom/sphere"; export { AbstractComponent, Segment, MarkPoint } from "@visactor/vrender-components"; export * from "@visactor/vlayouts"; export { DataView, DataSet, svgParser } from "@visactor/vdataset"; export * from "@visactor/vutils"; //# sourceMappingURL=index.js.map