Cristi S. Report post Posted September 3, 2017 Hi, Is there any way to use a palette with semi-transparent colors (i.e with a variable opacity/alpha)? My fiddle: http://jsfiddle.net/cristiscu/bsgvyjw4/1/ I tried using rgba syntax for the string passed to paletteColors, but it does not seem to work. What if all colors have the same opacity? Or can we use rgba for at least a point color? Any suggestion/hack/tip is appreciated... Thanks, Cristian Share this post Link to post Share on other sites
Prerana Report post Posted September 4, 2017 Hello, Thanks for the query. PaletteColors attribute supports hex code as value, not rgba. For setting transparency of a particular plot, please use attribute alpha at data level. Please refer the sample fiddle given below for the implementation. http://jsfiddle.net/Prerana/s7t8F/3058/ Share this post Link to post Share on other sites
Cristi S. Report post Posted September 4, 2017 Well, this helps! Thanks, Prerana. -C Share this post Link to post Share on other sites
Cristi S. Report post Posted September 4, 2017 (edited) PS: Great news is this seems to work as well at the series level, for multi-series charts! Edited September 4, 2017 by Cristi S. Share this post Link to post Share on other sites
Prerana Report post Posted September 5, 2017 Glad to know that it worked. Happy FusionCharting Share this post Link to post Share on other sites