We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caf36a commit e392fd9Copy full SHA for e392fd9
chartlets.js/packages/lib/src/plugins/mui/index.ts
@@ -20,13 +20,13 @@ export default function mui(): Plugin {
20
["Button", Button],
21
["Checkbox", Checkbox],
22
["CircularProgress", CircularProgress],
23
+ ["DataGrid", DataGrid],
24
["IconButton", IconButton],
25
["LinearProgress", LinearProgress],
26
["RadioGroup", RadioGroup],
27
["Select", Select],
28
["Slider", Slider],
29
["Switch", Switch],
- ["DataGrid", DataGrid],
30
["Tabs", Tabs],
31
["Typography", Typography],
32
],
0 commit comments