Focal Point
[CLOSED]How to change Group color and chart width in TREE MAP?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4127001386

July 14, 2016, 03:38 AM
Durai
[CLOSED]How to change Group color and chart width in TREE MAP?
I try to change group color in tree map with the following script
setColorMode(2);
setFillColor(getGroup(0), new Color(222,236,255));
setFillColor(getGroup(3), new Color(222,0,0));
but it changes the entire graph color not a group color.could any one help me?

This message has been edited. Last edited by: <Emily McAllister>,


Webfocus AppStudio 8201
Windows
July 15, 2016, 11:23 AM
Doug
How many groups do you have in your tree map?
July 18, 2016, 12:37 AM
Durai
thank you very much Doug.5 Groups i have


Webfocus AppStudio 8201
Windows