pc06matt Report post Posted August 16, 2016 (edited) Hi, I am using the "stackedbar2d" chart as in the following jsfiddler http://jsfiddle.net/x8MDc/437/ If you notice, in the dataset = "PERCENTAGE", I am using "alpha"=0, and plotbordercolor="#FFFFFF". But still, I can see border around this dataset, before upgrading it used to work. Another thing, the first dataset, the border is not showing completely, it is breaking from start. Please see details in the image below. So, My main Issues: 1. Incomplete border in the first Datset 2. Alpha attribute in last dataset. Edited August 16, 2016 by pc06matt Share this post Link to post Share on other sites
Prerana Report post Posted August 17, 2016 Hello, You could achieve your 1st requirement (complete border in the first Datset) , by setting "showXAxisLine" attribute as "1" in chart attribute , as data plot of stacked chart is a plot of columns, which consist 3 side. The 2nd requirement (Alpha attribute in last dataset) can be satisfied by simply removing "plotBorderAlpha" from the chart attribute. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/441/ Hope this helps. Thanks, Share this post Link to post Share on other sites
pc06matt Report post Posted August 19, 2016 OK, My 2nd issue is resolved. But with "showXAxisLine"=1, all bars looking connected. We don't want that. We want chart to look like Horizontal funnel. Is it not a bug from fusion chart? http://jsfiddle.net/x8MDc/444/ Share this post Link to post Share on other sites
Prerana Report post Posted August 19, 2016 Hi , Your requirement is achievable. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/465/ Hope this helps. Thanks, Share this post Link to post Share on other sites