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

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

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « packages/charted/LICENSE ('k') | packages/charted/charted-demo-screenshot.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Visualization toolkit for Dart
2 ==============================
3 [![Build Status](https://drone.io/github.com/google/charted/status.png)](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 ![Screenshot of Charted interactive demo](https://raw.githubusercontent.com/goog le/charted/master/charted-demo-screenshot.png)
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 ```
OLDNEW
« no previous file with comments | « packages/charted/LICENSE ('k') | packages/charted/charted-demo-screenshot.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698