Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set color for Columnchart in Azure Data Explorer

I want to render specific requests from my Application Insights as a columnchart using Log Analytics query language:

My Query:

requests
| where operation_Name == "MyOperationName" 
| render columnchart

Output:

Columnchart

I would like to have different colors for successful and unsuccessful requests. There is already a boolean column ("success") available. How can I use that property to set specific colors?

like image 577
Marc Avatar asked Oct 18 '25 12:10

Marc


1 Answers

AFAIK, this is currently unsupported. The similar feedback shown here and here were shared directly with the responsible Azure feature team. I recommend navigating to the above link(s) and clicking the vote button to raise visibility and priority on this or else providing your own new feedback and suggestions to improve the product better. Hope this helps!!

like image 83
KrishnaG-MSFT Avatar answered Oct 21 '25 21:10

KrishnaG-MSFT