plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.89k stars 1.85k forks source link

Scatter polar title issues #1404

Closed brian428 closed 6 years ago

brian428 commented 7 years ago

I noticed a few issues with the titles of scatter polar plots:

brian428 commented 7 years ago

One more: when using only one or two traces, the polar scatter shows additional non-existent traces in the legend. I'm not sure where they're coming from. http://codepen.io/brian428/pen/jBNbrB?editors=0010

etpinard commented 7 years ago

Thanks for writing in!

I'm surprised those are the only bugs you noticed before giving up on polar completely :smile:

Our polar charts are due for a complete rewrite.

You might want to look at

https://github.com/plotly/plotly.js/milestone/2

for a complete (known) list of polar bugs.

brian428 commented 7 years ago

Thanks, do you have any general idea on when those might get tackled? Are we talking a month, 3 months, 6 months? Just so I have an idea. Thanks.

etpinard commented 7 years ago

Not in the next three months unfortunately.

etpinard commented 6 years ago

fixed in scatterpolar after #2200