README.md in chartjs-ror-3.6.4 vs README.md in chartjs-ror-3.7.0
- old
+ new
@@ -3,11 +3,11 @@
Simplifies using [Chart.js][] in Rails views.
## Current Chart.js version
-This gem includes [Chart.js v2.7.3](https://github.com/chartjs/Chart.js/tree/v2.7.3).
+This gem includes [Chart.js v3.7.1](https://github.com/chartjs/Chart.js/tree/v3.7.1).
## Installation
Add this line to your application's Gemfile:
@@ -16,21 +16,13 @@
And then execute:
$ bundle
-There are two builds of Chart.js: with or without Moment.js.
+After that require Chart:
-Choose the appropriate one in your javascript manifest:
-
-- Without Moment.js:
```javascript
//= require Chart.min
- ```
-
-- With Moment.js:
- ```javascript
- //= require Chart.bundle.min
```
Please note Chart.js [no longer supports IE8 and below](https://github.com/chartjs/Chart.js/issues/2396#issuecomment-215233106).