Skip to content

Releases: xhacker/TEAChart

1.0.0

10 Apr 02:12
Compare
Choose a tag to compare

Let’s keep the API stable from now on!

  • Added the ability to adjust clock chart border width
  • Clock chart and bar chart are now IB_DESIGNABLE

0.3.2

14 Sep 23:48
Compare
Choose a tag to compare
  • Added tap functionality in contribution graph (thanks @mythodeia)
  • Fixed a deprecation warning

0.3.1

16 Feb 05:09
Compare
Choose a tag to compare

Fix a compile error.

0.3

16 Feb 05:04
Compare
Choose a tag to compare
0.3
  • Able to show day numbers in contribution graph
  • Able to set chart properties right in the Interface Builder
  • Auto-generate cell size for contribution graph. You don’t need to set width and spacing manually anymore. width and spacing have been renamed to cellSize and cellSpacing.

0.2

22 Dec 08:38
Compare
Choose a tag to compare
0.2
  • Able to use different colors for bars in bar chart
  • Able to set x-labels for bar chart

0.1

31 Jan 08:53
Compare
Choose a tag to compare
0.1
  • Added a data source protocol for populating TEAContributionGraph
  • Fixed potential issues with daylight saving time
  • Other minor fixes