UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (6 loc) 295 B
import type { IChartExtendsSeriesSpec, IChartSpec } from '../../typings/spec/common'; import type { IMapSeriesSpec } from '../../series/map/interface'; export interface IMapChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IMapSeriesSpec> { type: 'map'; series?: IMapSeriesSpec[]; }