UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 131 B
import type { ISeriesSpec } from '../../typings'; export interface IGeoSeriesSpec extends ISeriesSpec { valueField?: string; }