Sanket Rasal

Results 2 comments of Sanket Rasal

I want to use extra plugin of dygraph which is Crosshair in my angular application I've tried this - ``` import Dygraph from 'dygraphs'; import "dygraphs/src/extras/crosshair.js"; ``` but getting error...

Hey @mirabilos , I have tried your way - ``` import 'dygraphs'; import "dygraphs/src/extras/crosshair.js"; ``` it's still not working. So what is working - The normal dygraph is working just...