luisbessa Report post Posted July 28, 2014 Hello! Is it possible to do vlines on Scroll Stacked Column 2D ? I'm using it to show some hourly values over a week or so, and i would like to have banded by days, is it doable? thank you, Luis Share this post Link to post Share on other sites
Sanjukta Report post Posted July 29, 2014 Hello! Is it possible to do vlines on Scroll Stacked Column 2D ? I'm using it to show some hourly values over a week or so, and i would like to have banded by days, is it doable? thank you, Luis Hi, Please note that "vLines" are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks. In scroll charts, it is used between <category> elements. Also, you can use annotations (since FusionCharts v3.4) to display vertical bands wherever you intend to, as displayed in the following link. Ref.- http://jsfiddle.net/fusioncharts/Yq4EK/ Hope this helps. Share this post Link to post Share on other sites
luisbessa Report post Posted July 29, 2014 Hi, Please note that "vLines" are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks. In scroll charts, it is used between <category> elements. Also, you can use annotations (since FusionCharts v3.4) to display vertical bands wherever you intend to, as displayed in the following link. Ref.- http://jsfiddle.net/fusioncharts/Yq4EK/ Hope this helps. Thank you! I was doing it on the category element and not between them That fiddle is perfect for me, how could I didn't see it before.. And again thank you for the quick and accurate response Share this post Link to post Share on other sites
Sanjukta Report post Posted July 29, 2014 Thank you! I was doing it on the category element and not between them That fiddle is perfect for me, how could I didn't see it before.. And again thank you for the quick and accurate response Hey, Glad your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites