UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

4 lines (3 loc) 226 B
import { ParsedAxisBreakList } from '../util/types.js'; import Scale from './Scale.js'; export declare function getMinorTicks(scale: Scale, splitNumber: number, breaks: ParsedAxisBreakList, scaleInterval: number): number[][];