Polar 2.0 open items
See original GitHub issueFollowup issue of https://github.com/plotly/plotly.js/pull/2200 and the on-par polar milestone.
Features we could easily add
- radial and angular axis
spikes - support for
radialaxis.side: 'center'to display radial axis labels along invisible radial axis lines - radial axis hole (similar to pie
hole, mpl example) - done in https://github.com/plotly/plotly.js/pull/2977 - support square grid lines for category angular axes example - done in https://github.com/plotly/plotly.js/pull/2739
- some way to snap to NSEW corners during angular drag
- way to activate radial (and possibly angular down the road) autorange on double click (i.e. implement
doubleClick: 'autosize'config option - radial (and angular?) axis zeroline
- polar (r,theta) data-referenced annotations
- trace-specified and radial-axis calendars
- make polar respect
gd._context.showAxisDragHandles?
Potential features that require some thought
- How to replace legacy polar’s
areatrace type? I’d vote for replacing it withpolarbarorwedge. Most of thebarlogic could be reused here. Moved to -> https://github.com/plotly/plotly.js/issues/2810 Done in -> https://github.com/plotly/plotly.js/pull/2954 - How to replace legacy polar’s (r,t)
bartraces? I’d vote simply removing them, unless someone out there finds them useful. - What to do with
r < 0values? In #2200, they are simply dismissed, but perhaps we should add an option to plot them on the opposite side of the origin. See https://github.com/plotly/plotly.js/pull/2200#commitcomment-26416872 - Date angular axes. See examples in https://github.com/plotly/plotly.js/pull/2200#discussion_r156397924) and some considerations in the last part of https://github.com/plotly/plotly.js/commit/1e81039384ebf89de376c3ddd004d0f103278fa6#r26653662 Moved to --> https://github.com/plotly/plotly.js/issues/4379
- Should we allow
angularaxis.periodto be less then the number of categories on categorical angular axes? See https://github.com/plotly/plotly.js/pull/2200#discussion_r161143299 - Maybe add
r0,dr,theta0anddtheta. For thethetapair, it might be tricky to find a correct default the everyone likes. Done in -> https://github.com/plotly/plotly.js/pull/2895 - Add another zoombox mode? Perhaps a pixel-based zoom using
polar.x,polar.y,polar.zoomscalars to describe it? See https://github.com/plotly/plotly.js/pull/2200#issuecomment-351127938 - scatterpolar (r,theta?) error bars
- Properly clip
scatterpolarglline segments
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Polar Ignite 2 User Manual
Polar Ignite 2 measures heart rate from the wrist with Polar's Precision ... swiping left or right and open a more detailed view...
Read more >Polar Bears & Federal Register API
0 API to create a tool that automatically grabs all FR items that mention polar bears, displays them in a nicely formatted list,...
Read more >Polar Ignite 2 Hands-On: What's New & Different
This allows you to transmit your Polar Ignite 2's optical HR sensor to apps like Zwift or Peloton. While Polar has tried things...
Read more >Shaker Americana 60 x 34-1/2 in. Open Shelf Vanity in Polar ...
Shaker Americana 60 x 34-1/2 in. Open Shelf Vanity in Polar White. Part #F1512VH24 | Item #4780784 | Manufacturer Part #1512-VH24. Fairmont Designs...
Read more >Polar Loop 2 Activity Tracker, Pink - Amazon.com
Smartphone notifications, ✓ ; Sport Profiles, ✓ ; Integrated GPS, ✓ ; Customizable Training Views, ✓ ; Item Package Dimensions L x W...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

From @alexcjohnson 's https://github.com/plotly/plotly.js/pull/2739#discussion_r197297290
@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 😃