OLD | NEW |
(Empty) | |
| 1 Visualization toolkit for Dart |
| 2 ============================== |
| 3 [](https:/
/drone.io/github.com/google/charted/latest) |
| 4 |
| 5 Charted provides |
| 6 * A selection API similar to D3.js |
| 7 * Visualization utilities ported from D3.js |
| 8 * An easy-to-use API to create charts including an SVG implementation based on t
he Selection API. |
| 9 * An interactive demo |
| 10 |
| 11 ## Screenshot of Charted interactive demo |
| 12  |
| 13 |
| 14 ## 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): |
| 16 ```bash |
| 17 git clone git@github.com:google/charted.git |
| 18 cd charted |
| 19 pub serve examples |
| 20 ``` |
OLD | NEW |