never mind, i found that we can specify order:null to get the order I want
Sina
@sinaghaffari
Hey guys, is there a way to auto-cull x-axis ticks?
Show as many x axis labels as possible without having them overlap
Nikolay Durygin
@nidu
Hi. Is there a way to return html from tick.format function?
Nikolay Durygin
@nidu
Managed to do it in onrendered though solution is not so good.
Nikolay Durygin
@nidu
@flarroca how can it be done with css?
Nikolay Durygin
@nidu
@flarroca I want to use sub and sup in tick text. Don't think it can be done with css
Nikolay Durygin
@nidu
@flarroca yeap, I couldn't make content work in chrome with text tag. Moreover i still have to embed class info for text parts somehow
Ivo Benedito
@ivobenedito
hey guys! Is this project somehow active?
_
Roberto Carlos García Luis
@rkgarcia
Hi, how can i contribute?
I see a lot pull request to review
Mateusz Mrowiec
@Haggus
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.