Pie Chart with time in hover

Hi,
i have a pie chart component where i show the status of selected equipment based on seconds. Is there a possibility to display the value (like 312458 seconds) in a for the enduser better readable format (like 111:23:59:59 (ddd:hh:mm:ss))?
Was thinking about to handle it via a css stylesheet, but am hoping, that there is a better praxis to that.
Thomas

AM Charts (on which Pie Chart is based) probably supports it but I suspect that it's not made available by Ignition. Here's a hack.

  1. Turn off the value dispaly on the chart slices.
    labels.showValue : false
  2. Create a binding on each of the data categories.

  1. showLegend : false
    Otherwise you get the messy legends below the chart as shown in my screengrab.
1 Like