| OLD | NEW |
| 1 An example of using [Chart.js](aoeU). | 1 See the [Chart.js Dart API](https://github.com/google/chartjs.dart/) for a usage
example. |
| 2 | |
| 3 This example is ported from [this sample](https://github.com/nnnick/Chart.js/blo
b/b8691c9581bff0eeecb34f98e678dc045a18f33e/samples/line.html) in the `Chart.js`
repository. | |
| 4 | |
| 5 To view the example, run `pub serve example` from the root directory of this pro
ject – the directory containing `pubspec.yaml`. | |
| 6 | |
| 7 ```console | |
| 8 > pub serve example | |
| 9 Loading source assets... | |
| 10 Serving js example on http://localhost:8080 | |
| 11 Build completed successfully | |
| 12 ``` | |
| 13 | |
| 14 You can view it with Dartium or any other browser. | |
| OLD | NEW |