reactchartjs / react-chartjs-2

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

[Bug]: Code sandbox for Scatter Chart on example website not working #1192

Open RDjarbeng opened 1 year ago

RDjarbeng commented 1 year ago

Current and expected behavior

The code sandbox view on the examples website for the scatter chart fails to load.

The specific page: Scatter Chart

image

It also fails to load when you open it in a sandbox by clicking the open sandbox button.

image

It fails to load even when the page is refreshed. Sorry if this is the wrong repository, couldn't find a repo for just the example website. Just thought I should let the devs know.

Reproduction

https://react-chartjs-2.js.org/examples/scatter-chart/

chart.js version

^4.0.0

react-chartjs-2 version

^5.0.0

Possible solution

No response