Sign in to follow this  
EdO

Can't Get Rid Of Anchor Shadows

Recommended Posts

Hi-

I am trying to create a Multi Series 2D line chart, but I don't want the anchors to display at all. I can hide the anchors easily, but the shadows for the anchors still appear and it makes the lines look bad when there are straight lines (same data for a stretch) with little round shadow anchors every tick.

 

How can I get rid of the shadow anchors?

 

I tried setting the anchorBgAlpha to zero.

 

I also tried applying this style to "Anchors" with no effect: <style name='noShadow' type='Shadow' alpha='0' />

 

Any help would be appreciated.

 

Also, if possible, I'd like the legend for the chart to display just a solid circle with the color of the lines rather than a hollow circle that looks like the anchors (which the users don't see -- it's confusing to them)

 

Thanks

-Ed

 

Share this post


Link to post
Share on other sites
Guest Bindhu

Sorry, I should have mentioned this is using JavaScript, no Flash.

-Ed

 

Hi,

 

I am afraid, it is not supported as of now.

 

Even the legend requirement is not supported as of now.

 

Hope this helps!

Share this post


Link to post
Share on other sites

It would be nice if this was fixed. Charts with long runs of data look pretty ugly. I've attached a screenshot. Thanks.

-Ed

post-30307-0-01440700-1349224912_thumb.png

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Did you try using the attribute showShadow?

 

Please set the attribute showShadow to 0 in the chart element and see if it helps!

 

Hope this helps!

Edited by Bindhu

Share this post


Link to post
Share on other sites

Hi,

 

Did you try using the attribute showShadow?

 

Please set the attribute showShadow to 0 in the chart element and see if it helps!

 

Hope this helps!

 

That worked! I didn't think of shutting off the entire shadow for the whole line. It seems pretty obvious now :)

Ideally, I would like to have the shadow on the line itself as I think that looks good, but this is definitely an improvement.

Thanks Bindhu!

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