Skip to content

Latest commit

 

History

History
111 lines (60 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

111 lines (60 loc) · 1.58 KB

[1.1.4]

  • Upgrade example to AndroidX and Android embedded v2

[1.1.3]

  • Fix to support any lines
  • Make the pattern for date/time configurable

[1.1.2]

  • Expose parameter to configure the FontWeight of the highlighted text in charts

[1.1.1]

  • Refactor mouse over text to TapText typedef and expose it on factory method

[1.1.0]

  • Make mouse over text configurable

[1.0.2]

  • Updated pub.dev health recommendations

[1.0.1]

  • Upgrade intl package

[1.0.0]

  • We consider the library as stable

[0.1.9]

  • Fixed small offset issue between yaxis and line/point drawing

[0.1.8]

  • Added gradient option to the area chart

[0.1.7]

  • More detailed description

[0.1.6]

  • Updated readme

[0.1.5]

  • Updated readme

[0.1.4]

  • Adding support for area chart

[0.1.3]

  • Formatting axis values dynamic depending on the tick size

[0.1.2]

  • Improve performance

[0.1.1]

  • Calculate axis width, to make the chart paint full width

[0.1.0]

  • fix drawing series with all values being the same

[0.0.8]

  • reduce margins

[0.0.7]

  • show tooltip on tap
  • coverage back to 100

[0.0.6]

  • Change animations, to be really cool, now the animations draws the chart lines.
  • secondary Y axis support, to support 1-2 units.

[0.0.5]

  • Restyled tooltip
  • Finish testing

[0.0.4]

  • Style tooltip
  • Paint unit
  • Make sure tooltip paints within chart area
  • Formatted dynamic datetime axisvalues

[0.0.3]

  • Added codemagic CI

[0.0.2]

  • Added screenshots
  • Fixed warnings

[0.0.1]

  • Very initial release, to include the library in our project