UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

2 lines 195 B
export type StackOrderType = 'appearance' | 'ascending' | 'descending' | 'insideOut' | 'none' | 'reverse'; export type StackOffsetType = 'expand' | 'diverging' | 'none' | 'silhouette' | 'wiggle';