@visactor/vchart
Version:
charts lib based @visactor/VGrammar
18 lines (17 loc) • 772 B
TypeScript
import { VChart } from './vchart';
import { Factory } from './factory';
export { VChart, Factory };
export declare const version = "1.13.8";
export type { IVChart } from './interface';
export type { IStateSpec, StateValueType } from '../compile/mark';
export type { IRegion } from '../region/interface';
export * from '../typings/spec/common';
export * from '../event/interface';
export * from '../theme/interface';
export * from './interface';
export * from '../constant/base';
export * from '../constant/data';
export * from '../typings/spec/index';
export * from '../typings/tooltip';
export * from '../theme/index';
export { vglobal, createGroup, createRichText, createText, createArc, createArea, createRect, createLine, createSymbol } from '@visactor/vrender-core';