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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/charted/LICENSE ('k') | packages/charted/charted-demo-screenshot.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/README.md
diff --git a/packages/charted/README.md b/packages/charted/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2f7f57e1c3da6b4aca2fdcc023399b52df97685d
--- /dev/null
+++ b/packages/charted/README.md
@@ -0,0 +1,20 @@
+Visualization toolkit for Dart
+==============================
+[![Build Status](https://drone.io/github.com/google/charted/status.png)](https://drone.io/github.com/google/charted/latest)
+
+Charted provides
+* A selection API similar to D3.js
+* Visualization utilities ported from D3.js
+* An easy-to-use API to create charts including an SVG implementation based on the Selection API.
+* An interactive demo
+
+## Screenshot of Charted interactive demo
+![Screenshot of Charted interactive demo](https://raw.githubusercontent.com/google/charted/master/charted-demo-screenshot.png)
+
+## Get started with the interactive demo
+Get started with Charted by trying out the interactive demo provided with the package. Follow these instructions and get it running locally on your machine (Git and the Dart SDK has to be installed first):
+```bash
+git clone git@github.com:google/charted.git
+cd charted
+pub serve examples
+```
« 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