UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (6 loc) 309 B
import type { IChartExtendsSeriesSpec } from '../../typings'; import type { IFunnelSeriesSpec } from '../../series/funnel/interface'; import type { IChartSpec } from '../../typings/spec'; export interface IFunnelChartSpec extends IChartSpec, IChartExtendsSeriesSpec<IFunnelSeriesSpec> { type: 'funnel'; }