I have a line graph like this but I couldn't figure out how to change the legend here. I tried to modify the metadata and couldn't make it work:
If Count(*)
is a metric name, you need to go to your datasource >edit>list metrics
and add a verbose_name
with the kind of name you want to see on the legend and save. That should affect what is displayed on the legend.
Please note that this true only if the legend is metric.When it's grouped, the legend is dictated by the group by field data.
group by
field which means you would need to rename your list name to reflect the appropriate name. –
Cismontane You can click the pencil icon next to My Metric and you can enter the new name you’d like to display.
If Count(*)
is a metric name, you need to go to your datasource >edit>list metrics
and add a verbose_name
with the kind of name you want to see on the legend and save. That should affect what is displayed on the legend.
Please note that this true only if the legend is metric.When it's grouped, the legend is dictated by the group by field data.
group by
field which means you would need to rename your list name to reflect the appropriate name. –
Cismontane © 2022 - 2024 — McMap. All rights reserved.