UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

19 lines (18 loc) 316 B
export declare function parse(xml: any): { nodes: { id: any; name: any; itemStyle: { normal: {}; }; }[]; links: { id: any; name: any; source: any; target: any; lineStyle: { normal: {}; }; }[]; };