-
-
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
Polar 2.0 open items #2255
Comments
- now part of the open items (unfortunately) in: #2255
Update: adding that |
To my surprise, legacy polar charts were able to set the angular range: https://community.plot.ly/t/custom-angular-range-in-scatterpolar/8676 🆘 We should implement that in polar 2.0 before 🔪 legacy polar charts in v2 🆘 |
- 🔪 useless axex.expand call in scatterpolar/calc, this is an artefact from an earlier angular dates attempt - set mocked angular axis range using max of set 'period' and total categories length. - more on period vs category in #2255
From @alexcjohnson 's #2739 (comment)
|
@etpinard a request has come in for radial axis |
Sounds good! |
|
|
Are there any timeline on when these issues is expected to be solved? |
@elben10 this is basically just a list of ideas at this point, no one is actively working on these that I know of, but we'd appreciate any help anyone can provide :) |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Followup issue of #2200 and the on-par polar milestone.
Features we could easily add
spikes
radialaxis.side: 'center'
to display radial axis labels along invisible radial axis lineshole
, mpl example) - done in Addpolar.hole
#2977doubleClick: 'autosize'
config optiongd._context.showAxisDragHandles
?Potential features that require some thought
area
trace type? I'd vote for replacing it withpolarbar
orwedge
. Most of thebar
logic could be reused here. Moved to -> Polar 2.0 replacement for legacy "area" type #2810 Done in -> Add barpolar traces #2954bar
traces? I'd vote simply removing them, unless someone out there finds them useful.r < 0
values? In Polar 2.0 #2200, they are simply dismissed, but perhaps we should add an option to plot them on the opposite side of the origin. See Polar 2.0 #2200 (comment)angularaxis.period
to be less then the number of categories on categorical angular axes? See Polar 2.0 #2200 (comment)r0
,dr
,theta0
anddtheta
. For thetheta
pair, it might be tricky to find a correct default the everyone likes. Done in -> Better polar setConvert + a few misc polar touch ups #2895polar.x
,polar.y
,polar.zoom
scalars to describe it? See Polar 2.0 #2200 (comment)scatterpolargl
line segmentsThe text was updated successfully, but these errors were encountered: