Skip to content

Commit

Permalink
Keep order consistent [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 13, 2020
1 parent 3c23d6c commit 0093203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,16 +513,16 @@ Chart.js - download [Chart.bundle.js](https://unpkg.com/chart.js@2/dist/Chart.bu
<script src="Chart.bundle.js"></script>
```

Highcharts - download [highcharts.js](https://code.highcharts.com/highcharts.js)
Google Charts

```html
<script src="highcharts.js"></script>
<script src="https://www.gstatic.com/charts/loader.js"></script>
```

Google Charts
Highcharts - download [highcharts.js](https://code.highcharts.com/highcharts.js)

```html
<script src="https://www.gstatic.com/charts/loader.js"></script>
<script src="highcharts.js"></script>
```

### Multiple Libraries
Expand Down

0 comments on commit 0093203

Please sign in to comment.