27
Views
1
Comments
[Highcharts JS] Update the Tooltip Value
highcharts-js
Reactive icon
Forge asset by Paulo Coelho
Application Type
Reactive
Service Studio Version
11.54.65 (Build 63363)

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

2023-12-16 19-57-03
Sanjay Kushwah

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

NewApplication-HighChartTooltip.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.