Skip to content

Commit

Permalink
Add note about v3 dev code in readme (chartjs#8283)
Browse files Browse the repository at this point in the history
* Add note about v3 dev code in readme

* Adjust note based on feedback
  • Loading branch information
etimberg authored Jan 8, 2021
1 parent 397d5bd commit e63beb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

## Documentation

Currently, there are two versions of the library (2.9.4 and 3.x.x). Version 2 is the latest stable version while 3 is the next (currently beta) version. As such bear the following in mind:

* Current docs points to version 2.9.4
* Npm/CDN/etc point to version 2.9.4 (unless you explicitly set newer version, e.g. npm next)
* Source currently points to 3.x.x version. 2.9.4 source is available [here](https://github.com/chartjs/Chart.js/tree/2.9)
* Docs for version 3.x.x are available [here](https://www.chartjs.org/docs/master/)

- [Introduction](https://www.chartjs.org/docs/latest/)
- [Getting Started](https://www.chartjs.org/docs/latest/getting-started/)
- [General](https://www.chartjs.org/docs/latest/general/)
Expand Down

0 comments on commit e63beb8

Please sign in to comment.