@visactor/vchart
Version:
charts lib based @visactor/VGrammar
6 lines (5 loc) • 326 B
TypeScript
import { CartesianChartSpecTransformer } from '../cartesian';
import type { IScatterChartSpec } from './interface';
export declare class ScatterChartSpecTransformer<T extends IScatterChartSpec = IScatterChartSpec> extends CartesianChartSpecTransformer<T> {
protected _getDefaultSeriesSpec(spec: IScatterChartSpec): any;
}