Hello,
I have the following setting in the axisY tag:
axisY: {
includeZero: true,
title: ‘Productivity’,
suffix: ‘hh/hp’
valueFormatString: “#0.000”
}
At the moment I’m defining the indexLabel tag in dataPoint as “indexLabel: value”, but I’d like to use “indexLabel: ‘{y}'” because it looks more elegant, but using that way the suffix appears for each indexLabel and pollutes the graph.
I would like to know if there is any elegant way to remove the suffix from indexLabel when using “indexLabel: ‘{y}'” in dataPoint?
Or should I continue using “indexLabel: value”?
Thanks in advance.