Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Side by Side Diff: packages/charted/README.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Visualization toolkit for Dart 1 # Visualization toolkit for Dart
2 ============================== 2
3 [![Build Status](https://drone.io/github.com/google/charted/status.png)](https:/ /drone.io/github.com/google/charted/latest) 3 [![Build Status](https://drone.io/github.com/google/charted/status.png)](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 ![Screenshot of Charted interactive demo](https://raw.githubusercontent.com/goog le/charted/master/charted-demo-screenshot.png) 15 ![Screenshot of Charted interactive demo](https://raw.githubusercontent.com/goog le/charted/master/charted-demo-screenshot.png)
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 ```
OLDNEW
« no previous file with comments | « packages/charcode/tool/travis.sh ('k') | packages/charted/examples/charts/demo_interactive.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698