Skip to content

Commit

Permalink
Remove version number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 15, 2019
1 parent 6fab0a6 commit 8376183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require(['path/to/chartjs/dist/Chart.min.js'], function(Chart){
});
```

**Note:** starting v2.8, in order to use the time scale, you need to make sure [one of the available date adapters](https://github.com/chartjs/awesome#adapters) and corresponding date library are fully loaded **before** requiring Chart.js. The date adapter for Moment.js is included with Chart.js, but you still need to include Moment.js itself if this is the date adapter you choose to use. You can either use a shim:
**Note:** in order to use the time scale, you need to make sure [one of the available date adapters](https://github.com/chartjs/awesome#adapters) and corresponding date library are fully loaded **before** requiring Chart.js. The date adapter for Moment.js is included with Chart.js, but you still need to include Moment.js itself if this is the date adapter you choose to use. You can either use a shim:

```javascript
require.config({
Expand Down

0 comments on commit 8376183

Please sign in to comment.