07 Aug 2024 06:01 PM
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
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.
Solved! Go to Solution.
08 Aug 2024 01:29 PM
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