Skip to content

choropleth hover labels can get lost #1333

Closed
@alexcjohnson

Description

@alexcjohnson

If you zoom into a choropleth (say for example http://localhost:3000/devtools/test_dashboard/#geo_country-names) and hover on a region that goes off the edge, the hover label can get lost. Here's one where you just see the bottom of the Russia label (and if I zoom in a little more it disappears entirely):
screen shot 2017-01-25 at 9 14 01 am

The label should get pushed down onto the plot, like we do with regular cartesian types:
screen shot 2017-01-25 at 9 22 14 am

One thing that may help a bit: the hover labels don't need to be clipped to the same viewport as the plot: the tip of the arrow should be constrained to that viewport, but the rest of the label can go outside (as long as the whole thing stays withingd)

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions