|
13 | 13 |
|
14 | 14 | ## Documentation
|
15 | 15 |
|
16 |
| -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: |
17 |
| - |
18 |
| -* Current docs points to version 2.9.4 |
19 |
| -* Npm/CDN/etc point to version 2.9.4 (unless you explicitly set newer version, e.g. npm next) |
20 |
| -* Source currently points to 3.x.x version. 2.9.4 source is available [here](https://github.com/chartjs/Chart.js/tree/2.9) |
21 |
| -* Docs for version 3.x.x are available [here](https://www.chartjs.org/docs/master/) |
| 16 | +All the links point to the new version 3 of the lib. |
22 | 17 |
|
23 | 18 | * [Introduction](https://www.chartjs.org/docs/latest/)
|
24 |
| -* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/) |
25 |
| -* [General](https://www.chartjs.org/docs/latest/general/) |
26 |
| -* [Configuration](https://www.chartjs.org/docs/latest/configuration/) |
27 |
| -* [Charts](https://www.chartjs.org/docs/latest/charts/) |
28 |
| -* [Axes](https://www.chartjs.org/docs/latest/axes/) |
29 |
| -* [Developers](https://www.chartjs.org/docs/latest/developers/) |
| 19 | +* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/index) |
| 20 | +* [General](https://www.chartjs.org/docs/latest/general/data-structures) |
| 21 | +* [Configuration](https://www.chartjs.org/docs/latest/configuration/index) |
| 22 | +* [Charts](https://www.chartjs.org/docs/latest/charts/line) |
| 23 | +* [Axes](https://www.chartjs.org/docs/latest/axes/index) |
| 24 | +* [Developers](https://www.chartjs.org/docs/latest/developers/index) |
30 | 25 | * [Popular Extensions](https://github.com/chartjs/awesome)
|
31 | 26 | * [Samples](https://www.chartjs.org/samples/)
|
32 | 27 |
|
| 28 | +In case you are looking for the docs of version 2, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/) |
| 29 | + |
33 | 30 | ## Contributing
|
34 | 31 |
|
35 | 32 | Instructions on building and testing Chart.js can be found in [the documentation](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://www.chartjs.org/docs/master/developers/contributing) first. For support, please post questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs) with the `chartjs` tag.
|
|
0 commit comments