Skip to content

Releases: mumayank/AirChartProject

0.4.2

03 Apr 05:22

Choose a tag to compare

Merge remote-tracking branch 'origin/master'

0.4.1

02 Apr 14:20

Choose a tag to compare

Merge remote-tracking branch 'origin/master'

0.4

02 Apr 12:22

Choose a tag to compare

0.4

Stable version for regular bar charts and horizontal bar charts

0.3

17 Mar 07:00

Choose a tag to compare

0.3
  • upgraded the underlying airCoroutineLIbrary version and implementation

0.2.1

06 Mar 13:28

Choose a tag to compare

  • Updated ChartItem

0.2

06 Mar 13:09

Choose a tag to compare

0.2

This is a major update

  • The chart handles progress bar on its own by splitting initialization of the view and loading of the chart
  • Additional interface methods are not inflated by default now. They can be overridden by the developer on demand
  • Added option to add subtitle text, additional info key-value pairs, and a custom view
  • Uses the power of ViewModels to lazy load the bar to drastically improve performance

0.1.5

05 Mar 08:47

Choose a tag to compare

  • add extra padding to the left of y-left-label so that it doesn't appear at too much corner of the whole view
  • removed warnings

0.1.4

05 Mar 05:31

Choose a tag to compare

  • change getContext to getActivity to avoid confusion when used in the activity
  • add getIsAnimationRequired interface method to make it easy to animate/ display a chart directly
  • bump up dependency library versions

0.1.3

02 Mar 10:44

Choose a tag to compare

Merge remote-tracking branch 'origin/master'

0.1.2

02 Mar 10:14
2d7f330

Choose a tag to compare

Add ChartItem class for creating chartItem object from API's JSON response