reactchartjs / react-chartjs-2

React components for Chart.js, the most popular charting library
https://react-chartjs-2.js.org
MIT License
6.6k stars 2.36k forks source link

Nested Arrays as Data #615

Open lisaWriteJava opened 3 years ago

lisaWriteJava commented 3 years ago

Hello,

Is it possible to use your charts with data that looks like [ [apple, fig, pear], [apple, chicken, fish], [cereal, sandwich, fish] ] Label: [breakfast, lunch, dinner]

and I'd like to show the variations for breakfast, lunch and dinner in various charts.

Arantiryo commented 2 years ago

Hi @lisaWriteJava 👋

Would you mind providing a bit more explanation or possibly an image of this sort of chart?

Cheers!