Pedro Saraiva
Results
2
comments of
Pedro Saraiva
Was able to solve this by overriding the mouseMove_ function, like so: ``` const that = this.chart this.chart.mouseMove_ = (event) => { const points = that.layout_.points; if (points === undefined...
http://dygraphs.com/tests/hairlines.html