Julian Niedermeier
Julian Niedermeier
@archmoj ?
Maybe worth it to add to the test case as well
> > > It seems that `xaxis.p2d` and `yaxis.p2d` doesn't exists in Map, `gd._fullLayout.geo._subplot.xaxis.p2c()` and `gd._fullLayout.geo._subplot.yaxis.p2c()` is an alternative to get LonLat coordinates. @yiyuezhuo Can you provide a sample code...
Failing tests seem unrelated to my additions. From my side this feature is ready to be merged @archmoj
You're welcome, looking forward to being able to finally start clicking anywhere!
Apparently, there is also an issue with margins? https://github.com/plotly/plotly.js/issues/2696#issuecomment-915141689 Don't have time right now to check
Contributions welcome :)
Would also love to see a single click anywhere feature
Thank you @alexcjohnson for pointing me in the right direction. I will definitely give it a shot
Is there a way how I can make `dash-core-components` use a local installation of `plotly.js`? So that I can make changes to `plotly.js` and test them in `dash-core-components` and or...