UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

8 lines (7 loc) 431 B
import { CartesianChartSpecTransformer } from '../../cartesian'; import type { ILinearProgressChartSpec } from './interface'; export declare class LinearProgressChartSpecTransformer<T extends ILinearProgressChartSpec = ILinearProgressChartSpec> extends CartesianChartSpecTransformer<T> { protected needAxes(): boolean; protected _getDefaultSeriesSpec(spec: T): ILinearProgressChartSpec; transformSpec(spec: T): void; }