Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 945 Bytes

Changelog

0.2.1

  • Using new loader.js script for google charts
  • Fixes #11, #2 and #3

0.2.0

  • Fixes #12

0.1.3+2

  • Fixed title in readme

0.1.3+1

  • Readme fixed

0.1.3

  • Package renamed to google_charts
  • Added support for Material Charts of type Line, Bar and Scatter
  • Material Charts examples added
  • Fixed #6

0.1.2+1

  • Updated readme to show deprecated message! New Version 0.1.3 will be called google_charts.

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