Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamlofts/d3dart
- Owner: adamlofts
- License: mit
- Created: 2015-09-08T10:01:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T14:57:19.000Z (over 8 years ago)
- Last Synced: 2024-10-10T03:06:25.591Z (28 days ago)
- Language: Dart
- Size: 327 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)