ph0ton

Results 1 comments of ph0ton

Possible base code for a workaround: ``` const handleChartHover = (param) => { const seriesByDistance = []; param.seriesData.forEach((value, serie, map)=> { let refPrice = undefined; const serieType = serie.seriesType(); if(serieType...