Hello!
I want to create a graph that looks like this one:
http://www.originlab.com/www/products/GraphGallery.aspx?GID=86
I realize this is a 2D graph lib, but i can achieve a similar
waterfall 3d effect, if i offset each series in the X and Y axis.
However, having looked over all the examples in the official website
and also the API, it seems that i cannot add an offset to a specific
series.
Another solution i thought was to use CSS to add some margin/padding
to each series, but the lines are not styled, and i could not find a
way to identify each line (or series)
Is there any renderer i overlooked, or maybe another way to achieve
this effect? I could simply affect the values of the incoming data to
reflect this offset, but i'm trying to avoid this method, as i don't
think is proper to alter the data, for achieving a specific
visualization.
Thank you for your time,
Alex