Data Label for Chart

Hi Guys.
Iโ€™m putting together a dashboard with several charts.
Is it possible to show the data label in the chart as you would with an excel chart.
I know you can tap the chart and you will see the numeric value but can that be shown permanently?

I wish for the dashboard to be shown on a large TV for the workshop, Showing the values in the chart is necessary?

2X_2_25bb6b7679302b5ef39d443d36e44f6577d3ad45.png

Kind Regards

0 4 1,373
  • UX
4 REPLIES 4

Hi @Dave_Willett! Our charts are able to display legends currently, would that be an appropriate solution?

I assume you are referring to the y-axis label. There is not a way to show a label there at this time.

However, as @JCadence suggests, you can use the Legend. You can add to the column display property an expression to show a different label in a chart. So instead of โ€œTGโ€ and โ€œTTโ€ you could show โ€œCount of xโ€ or โ€œAmount of yโ€

You could use an expression like this:

IF( CONTEXT("ViewType") = "Chart"
      "Count of TG",
      "TG"
)

This is really useful guys. Thank you so much for the assistance.
Iโ€™ve since experimented with an SVG pie chartโ€ฆ blown away with it to be fair.
If there is a resource you know of where I can create the chart then add in the column data to make them dynamic that would just be awsomeโ€ฆ

Again thanks.

@Dave_Willett the best way to make a chart dynamic is to take advantage of the dashboard view. The layout is much cleaner and you have the ability to create an interactive experience. Youโ€™ll want to view this on a desktop or tablet for the full effect, but hereโ€™s an example of an interactive dashboard with instructions on how it was set up.

Top Labels in this Space