UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

10 lines 251 B
export * from './line'; export * from './bar'; export * from './scatter'; export * from './pie'; export function isDefaultizedBarSeries(series) { return series.type === 'bar'; } export function isBarSeries(series) { return series.type === 'bar'; }