reactchartjs / react-chartjs-2

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

[Bug]: The netlify website link is not found (error: 404) #1226

Closed IbrahimItani01 closed 1 month ago

IbrahimItani01 commented 1 month ago

Would you like to work on a fix?

Current and expected behavior

Now If I click to visit the website of react-chartjs-2 error 404 is occurring. Usually the website opens normally to check the documentation.

Reproduction

https://react-chartjs-2.js.org/

chart.js version

chart.js@4.4.4

react-chartjs-2 version

react-chartjs-2@5.2.0

Possible solution

check the netlify deployment

zulianAdryan commented 1 month ago

yeah, it's been like this for about 2 months and has never been fixed. I thought it would be fixed soon but now when I need to see the website again it still shows the same Netlify error

andrew-mckeever-voids commented 1 month ago

Is this Library dead then? 2 months down is ages

arechsteiner commented 1 month ago

It's a little more cumbersome but you can still browse the docs content in the repo directly:

https://github.com/reactchartjs/react-chartjs-2/tree/master/website/docs

andrew-mckeever-voids commented 1 month ago

The chartjs docs are serving as a decent alternative

Manoj-nathwani commented 1 month ago

You can access the docs here - https://react-chartjs-2-two.vercel.app

IbrahimItani01 commented 1 month ago

Thank you all for your contribution