Hi,
I have a request for an addition to the linechart. I would like to have an option to fill the area between 2 lines. See the example from this jqplotchart (http://www.jqplot.com/deploy/dist/examples/fillBetweenLines.html)
Thanks in advance.
Regards
Paul
I get a 404 when trying to access that example...
Hi Dieter,
Sorry, I did not copy the complete url. I edited the url in my post. Thanks.
I am aware you can add an area between two lines in d3, this would solve the issue I guess, however I am not sure how to implement it into this library.
Regards,
Paul
+1
Hi, Thanks for the request. I'll add this feature later.
https://github.com/masayuki0812/c3/issues/524 is a duplicate of this.
:+1:
+1 on this feature request
+1 - I need to do things like this: https://jira.atlassian.com/secure/attachment/34057/jira-chart.png
+1 from me too :)
+1 from me. And will be good if we can set color of each filled area
+1 here too. Any updates on this? Is it still an open item, or has it been implemented?
+1
+1
+1
+1. Desperately been needing this for months
+1
+1
+1
+1
+1
+1
+1
+1, any update on this?
Currently I am using D3 directly to fill between lines as a workaround, it would be nice to have this function inside C3. In case anyone is interested in the workaround, here is the example. Fill between lines: timeseries
For anyone needing this functionality with the ability to zoom the graph and resize the browser, I have an updated version of the solution here Fill between lines: timeseries with zoom and resize.
+1 i would need a feature like this too!
Most helpful comment
+1, any update on this?
Currently I am using D3 directly to fill between lines as a workaround, it would be nice to have this function inside C3. In case anyone is interested in the workaround, here is the example. Fill between lines: timeseries