highcharts-react-native icon indicating copy to clipboard operation
highcharts-react-native copied to clipboard

Not able to access the variable inside the formatter

Open vidyaflorency opened this issue 3 years ago • 0 comments

I'm trying to create a formatting function outside of config, and calling in return for formatter. But it is not working.

let color = "red";

xAxis: { labels: { formatter: function (e) { return '' + e.value + ''; }, }

vidyaflorency avatar Nov 02 '22 13:11 vidyaflorency