echarts-bus
Version:
魔改的Echarts,具有同时切换主题的功能
8 lines (7 loc) • 374 B
TypeScript
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;