UNPKG

@mui/x-charts

Version:

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

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