utils-echart
Version:
Echart component
26 lines (22 loc) • 890 B
text/typescript
export {
linearGradient,
chartsLoad,
colorOpacity,
getDataWithoutName,
getSingleDataWithName,
getMultipleDataWithName,
xAxisTimeline,
pieceWise,
adaptiveS,
designWidth,
dispose,
} from "./utils-echarts/methods/methods";
export { Bar } from "./utils-echarts/create-echarts/bar";
export { Funnel } from "./utils-echarts/create-echarts/funnel";
export { Gauge } from "./utils-echarts/create-echarts/gauge";
export { Line } from "./utils-echarts/create-echarts/line";
export { MixCharts } from "./utils-echarts/create-echarts/mix-charts";
export { Pie } from "./utils-echarts/create-echarts/pie";
export { Radar } from "./utils-echarts/create-echarts/radar";
export { splitLineType, symbolShape } from "./utils-echarts/assets/enum";
export { com, defaultData, defaultSingleDataWithName, defaultMultipleDataWithName, colorLibrary } from "./utils-echarts/assets/common";