UNPKG

@zhouchangju/standard-chart

Version:

标准范式组件

4 lines (3 loc) 224 B
import GlobalModel from 'echarts/lib/model/Global'; import { DvLineSeriesModel } from './type'; export declare function eachLineSeriesModel(ecModel: GlobalModel, cb: (model: DvLineSeriesModel, index: number) => void): void;