c3-angular-directive
c3-angular-directive copied to clipboard
Contains angularjs directives that use c3js to create good looking graphs
Hi, Can i download the rendered chart as an image or as a pdf. @jettro
`` This way is no legal, but how can I use `data.chartData[0].data` in `chartTooltipFormat`?
Hi, Great library! Is it possible to call a function from your controller or scope as the valueFormatFunction in chart-tooltip? This does not work: `
Hello, So I managed to get the examples working in just a plain, frontend app that was hosted on a local apache server, so this one works: https://github.com/JohnAntonusMaximus/c3-example However as...
Hi, I checked your API document at http://jettro.github.io/c3-angular-directive/api-docs/1.3/index.html, it can support enable-zoom feature, but is there anyway that I can use those D3 zoom functions at https://github.com/d3/d3-zoom/blob/master/README.md#zoom_on ? I mean...
I am trying to grab the visible x-axis after a zoom has occurred, but I cannot figure out how. chart.axis.min() and max(), as well as .range() returns is undefined, and...
when you try to work on 'Dynamic Guage' from this example http://jettro.github.io/c3-angular-directive/examples/index.html#/gauge gauge chart will not show up, and x,y axis of a bar chart shows up with no data...
Update gauge directive to accept extents function to format min and max labels https://github.com/c3js/c3/pull/1354 The above PR has been merged to c3. It enables us to format min and max...
I tried using c3-angular-directive in ionic app but it fails to load graph. > > > I followed the instructions mentioned here: http://jettro.github.io/c3-angular-directive/ Can you suggest me which version is...