UNPKG

@mui/x-charts

Version:

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

7 lines 176 B
import formatter from './formatter'; import getColor from './getColor'; export const plugin = { seriesType: 'pie', colorProcessor: getColor, seriesFormatter: formatter };