Skip to content

Commit

Permalink
docs: update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
fwm227 committed Jul 19, 2019
1 parent eb09a35 commit ae2679d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ yarn add bar-chartjs
import BarChart from 'bar-chartjs';
```

### HTML

```html
<canvas id="canvas" width="600" height="400"></canvas>
```

### Javascript

```javascript
var canvas = document.querySelector('#canvas');
var Option = {
Expand Down

0 comments on commit ae2679d

Please sign in to comment.