cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Honeycomb dashboard data mapping colors

calfano
Helper

hey all using the new honeycomb dashboard I'm running into an issue where the color seems to switch as soon as my metrics show up

calfano_0-1723049829507.png

On the left honeycomb I'm expecting it for the color to be lighter since it's 0 but it's dark blue. Any suggestions on this would be greatly appreciated.

1 REPLY 1

calfano
Helper

so I figured it out. Turns out the custom color pallette only works with strings. Here's the last 2 lines of my DQL query:

| fields problem_count = toString(problem_count), altci
| summarize count(), by:{problem_count, altci}

then in the visualization I was finally able to do the custom color palette 

 

calfano_0-1723120031316.png

 

 

 

 

Featured Posts