UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

10 lines (9 loc) 305 B
import type { IStackCacheNode } from '../../util/data'; export declare function stackWithMinHeight(stackCache: IStackCacheNode, stackInverse: boolean, context: { isVertical: boolean; start: string; end: string; startMethod: string; endMethod: string; axisHelper: string; }): void;