Searched refs:CounterScaleOptions (Results 1 – 2 of 2) sorted by relevance
31 CounterScaleOptions,40 follower: CounterScaleOptions;45 function scaleTooltip(scale?: CounterScaleOptions): string {53 function scaleIcon(scale?: CounterScaleOptions): string {57 function nextScale(scale?: CounterScaleOptions): CounterScaleOptions {61 function getCounterScaleAttribute(scale?: CounterScaleOptions):132 const scale: CounterScaleOptions = this.config.scale || 'ZERO_BASED';
19 export type CounterScaleOptions = 'ZERO_BASED'|'MIN_MAX'|'DELTA_FROM_PREVIOUS'; alias42 scale?: CounterScaleOptions;