UNPKG

echarts

Version:

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

8 lines (7 loc) 374 B
import SeriesData from '../../data/SeriesData.js'; import { InterpolatableValue } from '../../util/types.js'; /** * @return label string. Not null/undefined */ export declare function getDefaultLabel(data: SeriesData, dataIndex: number): string; export declare function getDefaultInterpolatedLabel(data: SeriesData, interpolatedValue: InterpolatableValue): string;