Hi! does this component support editing the Tooltip? like for example I want to attain something like this Label: Value (Additional value)
Screenshot of the desired output below.
Boxed in red is the additional item I want to add
Hi @Philip Paolo De Castro,
Yes we can Add additional value(calculate any formula , y or x axis value or another value)/suffix into tooltip.
for tooltip you need to add this into your highchart json.
tooltip: {
formatter: function () {
return this.y + '_CustomSuffix'; // Add suffix or value and format.
}
Result:
Attaching OML file.
Hope this will help you.
Kind regards,
Sanjay Kushwah