Skip to content

Zooming and hover bugs with multiple heatmap series #504

Closed
@Legiew

Description

@Legiew

Hey,

I have found a few quirks when using multiple heatmap series in a single chart.
I have to use multiple series because we have data which we can not align to be a simple 2d array as used in a normal heatmap. The only way to do this I found until yet is the following. If there is a better way to do this please let me know.

I have made a codepen example: http://codepen.io/Legiew/pen/dMwYWM

The first bug occures when hovering single datapoints. I want to display only the values of the datapoint under the mouse so I set hovermode to closest. It shows me a single hover info but always for the last serie in the chart and not for the serie I hover.

Second bug occurs while zooming. If you try to zoom in the left corner of the chart you will see that the chart zooms pretty well, but still displays a few non zooming parts of the old view before zooming. You can also see this behaviour in the pic below.

All of the bugs occur with latest version and independent of used browser.

zooming error

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