UNPKG

echarts

Version:

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

15 lines (14 loc) 353 B
import Polar from './Polar.js'; export default function polarPrepareCustom(coordSys: Polar): { coordSys: { type: string; cx: number; cy: number; r: number; r0: number; }; api: { coord: (data: number[]) => number[]; size: (dataSize: number[], dataItem: number[]) => number[]; }; };