Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamlofts/d3dart

d3 charting and visualization in dart language
https://github.com/adamlofts/d3dart

Last synced: 7 days ago
JSON representation

d3 charting and visualization in dart language

Awesome Lists containing this project

README

        

# d3dart

d3dart provides a d3 like API for creating visualizations in the dart language.

You can use the pre-built chart objects:

- [Pie Chart](http://adamlofts.github.io/d3dart/build/web/simplepie.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/simplepie.dart)
- [Bar Chart](http://adamlofts.github.io/d3dart/build/web/simplebar.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/simplebar.dart)
- [Line Chart](http://adamlofts.github.io/d3dart/build/web/simpleline.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/simpleline.dart)

Or go to the lower level d3 api:

- [Pie Chart](http://adamlofts.github.io/d3dart/build/web/pie.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/pie.dart)
- [Bar Chart](http://adamlofts.github.io/d3dart/build/web/bar.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/bar.dart)
- [Line Chart](http://adamlofts.github.io/d3dart/build/web/line.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/line.dart)
- [Scatter Plot](http://adamlofts.github.io/d3dart/build/web/scatterplot.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/scatterplot.dart)
- [Flare](http://adamlofts.github.io/d3dart/build/web/flare.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/flare.dart)
- [Treemap](http://adamlofts.github.io/d3dart/build/web/treemap.html) and the [dart source](https://github.com/adamlofts/d3dart/blob/master/web/treemap.dart)