pc06matt

"alpha","plotbordercolor" not working in dataset object

Recommended Posts

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.

 

post-67422-0-75226700-1471344749_thumb.jpg

 

So, My main Issues:

1. Incomplete border in the first Datset

2. Alpha attribute in last dataset.

Edited by pc06matt

Share this post


Link to post
Share on other sites

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.
 
Hope this helps.
Thanks,

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now