Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhere can i find documentation for historical versions? #6774
Labels
Comments
|
@fengzhenqiong old docs are hosted on chartjs.org. For example, v2.7.0 docs are available at https://www.chartjs.org/docs/2.7.0/ |
|
However, there is no selector between versions. @benmccann not sure how hard that is to add on a static site using github pages. |
|
Ah. They don't go back before 2.6.0 though, so it probably won't help for 2.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use Chart.js in IE9 but now it only supports IE 11+.
I remembered that the old versions (i.e. 2.5.0) supports IE 9+, but the links always pointed to the latest documentation. So where can I find documentation for historical versions?
I searched the issues but did not get an answer. Thanks.