kevmoo / charted

Visualization toolkit for Dart language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization toolkit for Dart

Build Status

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

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):

git clone git@github.com:google/charted.git
cd charted
pub serve examples

About

Visualization toolkit for Dart language

License:Other


Languages

Language:Dart 99.2%Language:CSS 0.7%Language:HTML 0.1%