UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 212 B
import type { IDiscreteLegendSpec } from './interface'; import type { ILayoutRect } from '../../../typings/layout'; export declare function getLegendAttributes(spec: IDiscreteLegendSpec, rect: ILayoutRect): any;