Nik

Results 1 comments of Nik

Any formatter/position/etc is working until next Option update. Easiest solution - reupdate Option with: ``` chart.setOption({ tooltip: { formatter: params => { return ... } } }); ```