-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scatterpolargl #2230
Scatterpolargl #2230
Conversation
... and reuse Scatter.selectPoints straight up 🎉
... instead of hacky subplot ref punched during ScatterPolar.plot
- selections and hover are working - not much else
- that update `polar.radialaxis.position`
- instead of wrapping Scatter.style - make Plots.style detect if some trace module reuse the same style module.
... by moving (r,theta) computations to scatterpolar/plot to incorporate range[0] offset.
- move setConvertAngular to helper file so that polar fx can use it - expose dblclick notifer logic in cartesian dragbox, use it in polar - rename hasClipOnAxisFalse -> _hasClipOnAxisFalse so that Drawing.hideOutsideRangePoints knows what to do with it
- we might have to restrict a few more things and tweak it for other (upcoming) angularaxis.thetaunit
@etpinard may I ask you to run the tests in Ubuntu machine, I cannot reproduce the CI errors locally. |
@dfcreative sure, I'll give it a shot at some point today. But back in 25fd2e4 from #2200, the tests passed on CI. Something must have happened since? |
@etpinard merged master in case. Except for switching to regl nothing changed for the matter. Not sure why I cannot reproduce these errors on windows/Chrome. |
Well something must have changed, commit 25fd2e4 had regl in it already. I'll looked into it. |
@dfcreative don't push to this branch anymore. It is non-trivially behind Please use https://github.com/plotly/plotly.js/tree/scatterpolargl-2018 |
Replaces #2200 and #1869