UNPKG

@zhouchangju/standard-chart

Version:

标准范式组件

4 lines (3 loc) 282 B
export type AxisElementFinder = (anid: string) => boolean; export type AxisElementType = 'axisLine' | 'axisLabel' | 'axisTick' | 'nameTextStyle' | 'splitLine' | 'splitArea' | 'minorSplitLine' | 'minorTick'; export type AxisElementInfos = Record<AxisElementType, AxisElementFinder>;