OLD | NEW |
1 Visualization toolkit for Dart | 1 # Visualization toolkit for Dart |
2 ============================== | 2 |
3 [](https:/
/drone.io/github.com/google/charted/latest) | 3 [](https:/
/drone.io/github.com/google/charted/latest) |
4 | 4 |
5 Charted provides | 5 Charted provides |
6 * A selection API similar to D3.js | 6 |
7 * Visualization utilities ported from D3.js | 7 * A selection API similar to D3.js |
8 * An easy-to-use API to create charts including an SVG implementation based on t
he Selection API. | 8 * Visualization utilities ported from D3.js |
9 * An interactive demo | 9 * An easy-to-use API to create charts including an SVG implementation based on |
| 10 the Selection API. |
| 11 * An interactive demo |
10 | 12 |
11 ## Screenshot of Charted interactive demo | 13 ## Screenshot of Charted interactive demo |
| 14 |
12  | 15  |
13 | 16 |
14 ## Get started with the interactive demo | 17 ## Get started with the interactive demo |
15 Get started with Charted by trying out the interactive demo provided with the pa
ckage. Follow these instructions and get it running locally on your machine (Git
and the Dart SDK has to be installed first): | 18 |
| 19 Get started with Charted by trying out the interactive demo provided with the |
| 20 package. Follow these instructions and get it running locally on your machine |
| 21 (Git and the Dart SDK has to be installed first): |
| 22 |
16 ```bash | 23 ```bash |
17 git clone git@github.com:google/charted.git | 24 git clone git@github.com:google/charted.git |
18 cd charted | 25 cd charted |
19 pub serve examples | 26 pub serve examples |
20 ``` | 27 ``` |
OLD | NEW |