react-chartjs-2 icon indicating copy to clipboard operation
react-chartjs-2 copied to clipboard

Current example charts not making the most of the page

Open smallsaucepan opened this issue 8 months ago • 0 comments

Would you like to work on this feature?

  • [x] Check this if you would like to implement a PR, we are more than happy to help you go through the process.

What problem are you trying to solve?

Hi gang. Noticed when viewing the examples on the website, the demonstration charts load in an embedded CodeSandBox iframe. Not only does this add half a minute to the load time while everything transpiles, the resulting chart is tiny and often malformed:

Image

And you can't see any of the chart at all on mobile.

Describe the solution you'd like

Would a PR to embed the chart itself in the page be welcomed? The sandbox would still be available for playing around though as a link at the bottom instead. Feel this would help sell the capabilities of the library a lot better.

Describe alternatives you've considered

No response

Documentation, Adoption, Migration Strategy

No response

smallsaucepan avatar Mar 09 '25 09:03 smallsaucepan