bmcwhorter Report post Posted August 14, 2013 Hey, I have a stacked area chart that I want to be able to not have a gradient on. When I have a single dataset on a normal area chart, I can accomplish this by setting the plotFillGradient = fillColor. However, that is a chart level attribute and doesn't seem to get picked up at the dataset level. How can I tell the dataset to not apply a gradient? Share this post Link to post Share on other sites
shamasis Report post Posted August 14, 2013 You tried plotFillGradient="" (blank)? Share this post Link to post Share on other sites
bmcwhorter Report post Posted August 14, 2013 This is actually solved by setting the plotFillGradient="" (blank) on the chart. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 15, 2013 Glad to hear that your issue has been resolved. Share this post Link to post Share on other sites
bmcwhorter Report post Posted August 21, 2013 Hey, What if I have two datasets and I want each of them to have a different color. Say blue fading to orange and green fading to red. I would need to set the gradient color at the dataset level. How can I do this? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 22, 2013 Hello, It's not possible to apply different gradient effect for different datasets, you can globally set gradient for all the datasets using 'plotGradientColor' attribute. Share this post Link to post Share on other sites