Skip to content

Commit

Permalink
Updated readme content to include information on chartjs 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Oct 9, 2021
1 parent 6885c30 commit a9bea11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ This library is updated for usage with Angular 9 and removes chart.js as a peer

## Version Information

| Version | Chart.js Version | Branch |
| -------------- | ---------------- | ------ |
| `4.x` | 2.9 | master |
| `5.x` _(beta)_ | 3.5 | dev |
| Version | Chart.js Version | Branch |
| ------------------- | ---------------- | ------ |
| `4.x` | 2.9 | master |
| `5.x` _(beta/next)_ | 3.5 | dev |

## Usage & Demo

Expand All @@ -54,15 +54,15 @@ If you're using **Chart.js version 2.9**
```html
<body>
...
<script src=https://cdn.jsdelivr.net/npm/@rinminase/ng-charts@4></script>
<script src="https://cdn.jsdelivr.net/npm/@rinminase/ng-charts"></script>
</body>
```

If you're using **Chart.js version 3.5+**
```html
<body>
...
<script src=https://cdn.jsdelivr.net/npm/@rinminase/ng-charts@5></script>
<script src="https://cdn.jsdelivr.net/npm/@rinminase/ng-charts@next"></script>
</body>
```
_Please note that version 5 of this package is still currently in beta and has not been thoroughly tested_
Expand Down

0 comments on commit a9bea11

Please sign in to comment.