Sign in to follow this  
oburixus

(Possible) Bug: Combi2D - RenderAs line -> lineaplha doesn't work

Recommended Posts

Hello,

 

 

 

When Combi2D is used, and the 2nd data set is chosen as RenderAs="Line", the lineAlpha="0" setting does NOT work. I wanted to use this so that the line will NOT display, but only the data points (anhors) will be shown on the chart:

 

 

 

(does NOT work)

 

 

 

 

 

 

 

 

Shouldn't the lineAlpha be working? (I also tried other line settings, such as lineColor="ffffff", but that doesn't work either.) And is there another way of NOT showing the lines but only the data points?

 

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Please try using color='ffffff' in the <set> elements for the <dataset> for line.

Share this post


Link to post
Share on other sites

Thanks for recommendations, but neither of them succeed on accomplishing the desired task, as I wrote above:

 

 

 

And is there another way of NOT showing the lines but only the data points?

 

 

 

 

 

I just want to show the DATA points, just the points (anchors) and NOT the line. But when the alpha is set to 0 or color to FFFFFF, the datapoints ALSO disappear. This is NOT desired, as the user will not be able to see anything.

 

 

 

 

 

Isn't there a way to JUST plot the POINTS? (which i tried to do by fading the line itself, which doesn't work i believe)

 

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try using the attribute "anchorBgColor" attribute and also using color='ffffff' in the <set> elements for the <dataset> for line?

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Please set alpha='0.1' in the <dataset> element for line.

I'm sure this solution will help.

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
Sign in to follow this