- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to display pie chart values with names in legends?
Hey people,
Here is what I am trying to do
I have a pie chart created with the data
The above pie chart is generated from the following query
...| table filterExecutionTime ddbWriteExecutionTime buildAndTearDownTime | transpose 0
The pie chart looks stunning, but the only pain point is that to see the values I have to hover on the elements
Instead what I was thinking to make is a legends tab which will show the Names along with values
I was able to create a legend tab, but I couldn't add the values to it
Here is how I did the legends tab
<panel id="panel_legend_2">
<table>
<search base="errors2">
<query>|fields column
| rename column as "Legends"
</query>
</search>
<format type="color" field="Legends">
<colorPalette type="sharedList"></colorPalette>
<scale type="sharedCategory"></scale>
</format>
</table>
</panel>
Could you please help me out here
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi @sjs,
for my knowledge it isn't possible to add a legenda to a Pie Chart.
As a workaround you could add another panel, near the Pie Chart,, in table format, with the values of the legenda.
This solution could be very similar to a legenda if you use Dashboard Studio.
Ciao.
Giuseppe
