UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

20 lines (17 loc) 667 B
export * from "./types.js"; // CATEGORICAL PALETTES export * from "./categorical/rainbowSurge.js"; export * from "./categorical/blueberryTwilight.js"; export * from "./categorical/mangoFusion.js"; export * from "./categorical/cheerfulFiesta.js"; // SEQUENTIAL PALETTES export * from "./sequential/strawberrySky.js"; // SEQUENTIAL PALETTES - MONOCHROMATIC export * from "./sequential/blue.js"; export * from "./sequential/cyan.js"; export * from "./sequential/green.js"; export * from "./sequential/orange.js"; export * from "./sequential/pink.js"; export * from "./sequential/purple.js"; export * from "./sequential/red.js"; export * from "./sequential/yellow.js";