highcharts / highcharts-react-native

Other
103 stars 81 forks source link

Not able to access the variable inside the formatter #141

Open vidyaflorency opened 1 year ago

vidyaflorency commented 1 year ago

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 + ''; }, }