Forum Discussion
Locken
9 years agoFrequent Visitor
Data colours across same drill down views
Hi all, I'm using a Treemap visual to represent a client's test execution status across multiple functional areas. I'm using a drill down for the map, in the order of Functional Area > Responsibl...
Locken
9 years agoFrequent Visitor
Hi Lydia,
That does look pretty useful, thanks! Another quick question about it, would I be able to determine the data points that each colour is applied to from the .json file? So it might look something like this:
{
"name": "Example",
"dataColors": [Failed = "#568410", No Run = "#3A6108", Not Completed = "#70A322"]
"background":"#FFFFFF",
"foreground": "#3A6108",
"tableAccent": "#568410"
}Or is there another way to ensure the colour codes are assigned to the desired data points?
Thanks,
Sam
Anonymous
9 years agoNot applicable
Locken,
We are not able to ensure the color codes are assigned to desired data points with the .json file.
Regards,
- Anonymous9 years agoNot applicable
I think I have the same/similar issue. I have a pie chart which at the top level is contract renewed (green) and contrac ended (red). The next layer is the product, so when I drill down on contract renewed for example I want them to all display green not in various colours - is this possible and if so how?
Thanks.