plotly / plotly.js

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

No text hover info on polar plots #94

Closed djkashtan closed 6 years ago

djkashtan commented 8 years ago

If I set my plot to use x and y and text, it works just fine. If I set it to use r and t (radius and theta), the r and t show up when I hover over the marker, but I cannot get text to show up. Is this a known bug or do I have to do something special? I did not find anything in the api :(

Here is a jsfiddle:

http://jsfiddle.net/kb3gN/13150/

etpinard commented 8 years ago

From v1.0.0 release notes:

Polar charts are under-developed.

emackey commented 8 years ago

+1, would like to have option to customize text hovers like on other chart types.

ghost commented 8 years ago

I'll +1 this too. Having a on_hover/on_click event would be very useful.

etpinard commented 8 years ago

Having a on_hover/on_click event would be very useful

would like to have option to customize text hovers like on other cha

Both suggestions are in the plans. Stay tuned for updates.

suh786 commented 7 years ago

+1, ability to customise tooltip will be great.

waegen commented 7 years ago

+1 Any updates on this 18month old issue?

FabienDaniel commented 7 years ago

Hi, I try to set up a radar chart and can't make the text to appear on hover. Any update (or plan) with this ?

etpinard commented 7 years ago

No updates. We mostly stopped maintaining polar charts in their current form. Polar needs a full rewrite which should take at least one month if not two.

Projects of that scale usually require some financial support. Please take a look at https://plot.ly/products/consulting-and-oem/ if any of you are interested.

ColasDroin commented 6 years ago

+1 Still no update on this issue?

etpinard commented 6 years ago

here's an update: https://github.com/plotly/plotly.js/pull/2200

etpinard commented 6 years ago

fixed in scatterpolar after #2200