Skip to content

Releases: jettro/c3-angular-directive

But fixes and update c3js library

18 Oct 20:04
Compare
Choose a tag to compare
  • Upgrade to version 0.4.18 of c3js library
  • Merged pull request #174 by adamczykmichael update to material css
  • Merged pull request #172 by esahekmat with a fix for documentation
  • Merged pull request #169 by vmanchev with a new option for interaction enabled
  • Merged pull request #134 by ishank18 with a more consistent tick labelling

Pull request foor zoom and sub chart functionality

04 Aug 07:56
Compare
Choose a tag to compare

Merge the pull request to add more zoom and sub chart functionality

See release notes

23 Jul 20:33
Compare
Choose a tag to compare

Closed the following issues

  • 126: Merge request with tooltip documentation fix
  • 118: Zoom documentation
  • 88: Added example for using category labels on the x-axis with dynamic values
  • 100: Added the selections directive
  • 97: Problems with colors are fixed
  • 108: Added support for tooltip contents callback
  • 112: Fixed bug with numeric grid values
  • 125: Upgraded angular to 1.5 and c3 to 0.4.11

Legend inset, grid class and format color fix

24 Mar 08:33
Compare
Choose a tag to compare

In issue 104 @AesSedai proposed more properties for the legend inset directive. These are now added.
In issue 102 @jtaylor1022 asked for the grid-class attribute and I added the position as well.
Bugs fixed:

Issue 104: Fixed problem with the time format function

Release 1.1.0

01 Mar 20:09
Compare
Choose a tag to compare

Added pull requests

  • marton987 (Martin Freytes): Added regions to line charts by adding a new directive
  • stevezau (Steve): Added support for empty data labels.

Bugs fixed:

  • Issue 86: Has to do with the colors.

Better version in bower and minified version

04 Jan 08:02
Compare
Choose a tag to compare
1.0.1

Issues #85 and #84 now includes a non minified version and changed ve…

First major release, docs and samples are in place

01 Jan 14:17
Compare
Choose a tag to compare

Most important is the addition of a much better examples and squashed the most important bugs.

Small change to make dependency definition better

08 Sep 18:38
Compare
Choose a tag to compare

Fixed issue #62 to have better dependent and name declaration

New release with docs and some issues

04 Sep 22:00
Compare
Choose a tag to compare

release 0.6.0

24 Jul 20:58
Compare
Choose a tag to compare

Added a callback function to interact with the chart object. There is a sample called callback-sample in the examples folder.