c3-angular-directive
c3-angular-directive copied to clipboard
Contains angularjs directives that use c3js to create good looking graphs
Hi there, There's an issue when you have/need a comma in any element in the data you'd like to pass to C3, that data series will be misinterpreted and the...
I have the code below: ` ` When $scope.mailingListsStatus changes in my controller the y axis label does not change. Could you please advise how to do that?
I've got a problem with a very long time of charts initialisation. It's quite specific case because there is about 30 blocks with charts rendered using ng-repeat (other hand the...
The following example showed on c3.js has a dynamic data input and there is no blinking on update. http://c3js.org/samples/data_load.html but the c3-angular example will redraw on each update (blinking) http://jettro.github.io/c3-angular-directive/examples/index.html#/dynamic...
Can you implement color.threshold for gauges? C3 Documentation at http://c3js.org/reference.html#color-threshold is not complete but here is a working example http://c3js.org/samples/chart_gauge.html. @mdavid5 already implemented values property of this feature #68 but...
https://github.com/jettro/c3-angular-directive/blob/master/src/axis-y-directive.js#L103 https://github.com/jettro/c3-angular-directive/blob/master/src/axis-y-directive.js#L106 Since `parseInt` is used, any decimal place is removed when parsed.
Hi, I'm having an issue while printing my bar chart (also visible on preview). It's actually being truncated on the right side. It seems to have some overflow that I...
Hi jettro, I'm having trouble using the handleCallback, especially using the c3 API. Basically, I want to redraw the legends (inset) of the pie chart after getting some data asynchronously....