Hey guys, I'm trying to do something "unusual" with c3. Essentially I have a spline graph and a threshold line (for example of value 20). Is there a way to color the spline differently if value falls below that line?
Also, if it's not possible, I'm open to other suggestions on how to approach something like that :0
:)
Nikolay Durygin
@nidu
@Haggus you can split it into two probably non contiguous splines - one above and one below the threshold, then style them accordingly. You have to find intersection yourself however.
Mateusz Mrowiec
@Haggus
@nidu that is what is was affraid of. Thanks for quick reply
Nikolay Durygin
@nidu
@Haggus i guess you can also achieve with some weird tricks like SVG filters
releated, and I also want some attention to FA5 =^_^=
Rafael J. Rodriguez
@Rafase282
Hello, I need help. I want to add labels to my c3 pie charts, I get the numeric data on each element of the pie and the legends at the bottom, but I want to add some more text to the legend that would be a label as I have 3 pie charts that are similar but represent different things.
makes me wonder why my gauges' labels dont look like that
Rafael J. Rodriguez
@Rafase282
oh, in my case my labels will use dynamic data as they must keep count of something
Miguel Romero
@mromero91
Hi, how add Message For columns?
Abhi94N
@Abhi94N
hi guys I have question for anyone that has used tooltips
with c3
Jesse Moseman
@jmoseman01
I'm a little board whats the most needed feature/bug to fix in c3?
bored*
vardhan
@vinay1986
How to get chart object by using a selector ?.. something like var chart = $("#chart_elem").???()
vardhan
@vinay1986
But does it return a c3 chart object ?!!
I need to select the chart(s) at will.. and update the data ..via selectors
PA Parent
@paparent
Hi ! I'm doing a very simple line chart, nothing complex.. I use .load to add some dynamic new lines. Now, when I want to update the chart, I .unload() them all, and .load the ones I want, but color on line vs. legend isn't in sync :( (I let c3/d3 manage coloring!)