javascriptangularhighchartsangular-highcharts

Highchart tooltip formatter function not able to get x value (this.x)?


I was try to using formatter function with new angular 12 i was getting error Property 'value' does not exist on type 'ChartService'.ts(2339) how to fix that ? enter image description here


Solution

  • can you please explain more the scope of value

    if value set from service or api response you can try this['value'] and test in runtime