Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material-UI Data Visualization [closed]

It looks like Material-UI doesn't support any form of data visualization? Does anyone know of any libraries that are both responsive and material-ui-esque in design and aesthetic?

like image 962
Mike Avatar asked Oct 27 '25 04:10

Mike


2 Answers

For future guys seeing this query, you might wanna take a look at DevExtreme Reactive React Chart component for your data visualization needs.

They work well with Material UI and the plugin is highly scalable in terms of different visualization requirements.

https://devexpress.github.io/devextreme-reactive/react/chart/

like image 91
Michael Avatar answered Oct 30 '25 13:10

Michael


I have found https://github.com/reactjs/react-chartjs fits in quite nicely with the MUI aesthetic. You can use Mui theme to set colors of graphs etc... You do need to also include the chartjs library as below in package.json

"dependencies": { "chart.js": "^1.1.1", "react-chartjs": "^1.2.0" }

like image 44
awaruaboy Avatar answered Oct 30 '25 11:10

awaruaboy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!