Releases: jettro/c3-angular-directive
But fixes and update c3js library
- 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
Merge the pull request to add more zoom and sub chart functionality
See release notes
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
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
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
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
Most important is the addition of a much better examples and squashed the most important bugs.
Small change to make dependency definition better
Fixed issue #62 to have better dependent and name declaration
New release with docs and some issues
Fixed two issues and added a lot of documentation:
http://jettro.github.io/c3-angular-directive/api-docs/0.7/index.html
release 0.6.0
Added a callback function to interact with the chart object. There is a sample called callback-sample in the examples folder.