UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 416 B
import { type ChartDrawingArea } from "../hooks/index.mjs"; import { type TickItem } from "../hooks/useTicks.mjs"; import { type ChartsYAxisProps } from "../models/index.mjs"; export declare function shortenLabels(visibleLabels: TickItem[], drawingArea: Pick<ChartDrawingArea, 'top' | 'height' | 'bottom'>, maxWidth: number, isRtl: boolean, tickLabelStyle: ChartsYAxisProps['tickLabelStyle']): Map<TickItem, string>;