EdO Report post Posted October 2, 2012 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
EdO Report post Posted October 2, 2012 Sorry, I should have mentioned this is using JavaScript, no Flash. -Ed Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 2, 2012 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
EdO Report post Posted October 3, 2012 It would be nice if this was fixed. Charts with long runs of data look pretty ugly. I've attached a screenshot. Thanks. -Ed Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 3, 2012 (edited) 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 October 3, 2012 by Bindhu Share this post Link to post Share on other sites
EdO Report post Posted October 4, 2012 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