X

X Charts

@mui/x-charts

The community edition of MUI X Charts components.

Charts
react
react-component
mui
mui-x
material-ui
material design
charts
@mui/x-charts
javascript
npm
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install @mui/x-charts

Code example

import Button from "@mui/material/Button";
import Stack from "@mui/material/Stack";

export function Example() {
  return (
    <Stack direction="row" spacing={2}>
      <Button variant="contained">Primary</Button>
      <Button variant="outlined">Secondary</Button>
    </Stack>
  );
}

Pros & cons

Pros

  • Actively maintained by MUI Team
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries