From: Simon Brunel Date: Sat, 17 Sep 2016 09:24:31 +0000 (+0200) Subject: Change bower package name for chart.js (#1562) X-Git-Tag: v2.3.0-rc.1~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9f6e6d0c55b0073a0214b51754dfc1dbc1ba562;p=thirdparty%2FChart.js.git Change bower package name for chart.js (#1562) Thanks to the Bower team, we have been able to register the chart.js package name, previously pointing on a dead repository, which make the Bower integration more consistent with the npm one. All other alias still work (Chart.js, chartjs, Chart-js, chartjs-Chart.js). --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index a04925f55..910ea5bea 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -19,11 +19,9 @@ npm install chart.js --save #### bower ```bash -bower install Chart.js --save +bower install chart.js --save ``` -> Note: Bower native support has been reintroduced at version 2.2.3 (previously dropped at version 2.2.0). - ### Selecting the Correct Build Chart.js provides two different builds that are available for your use. The `Chart.js` and `Chart.min.js` files include Chart.js and the accompanying color parsing library. If this version is used and you require the use of the time axis, [Moment.js](http://momentjs.com/) will need to be included before Chart.js.