google_visualization_api 0.1.2
google_visualization_api: ^0.1.2 copied to clipboard
A package to call Google's Visualization / Charts API directly from Dart.
Changelog #
0.1.2 #
- #5: Diff charts implemented and examples added
0.1.1+1 #
- README updated
0.1.1 #
- Moved the Bar class to bar_chart.dart
- Fixed a bug in bar_chart.dart where BarChart required the bar package instead of corechart.
0.1.0 #
- Add: DataView class, formatters, static methods
- Add: Examples for format class
0.0.2 #
- Completely implemented the DataTable class
- Started to work on option extraction from the official API reference
- Events started
0.0.1 #
- Initial version