No crosshair circles on zoomout #7

Open
opened 6 months ago by glitch4347 · 1 comments
Owner

Steps to reproduce:

  • Load chart with metrics
  • Zoom in and out

image

Steps to reproduce: * Load chart with metrics * Zoom in and out ![image](/attachments/5cf2ad1b-4fe7-4059-afe4-318700157b54)
Owner

after some testing i've noticed that after zoom in onMouseOut method is called,so this.crosshair has display: none attribute.

So if you add this.crosshair.style('display', 'block'); line in the onMouseMove method -> all will be fine. But it is a bad approach.

after some testing i've noticed that after zoom in `onMouseOut` method is called,so `this.crosshair` has `display: none` attribute. So if you add `this.crosshair.style('display', 'block');` line in the `onMouseMove` method -> all will be fine. But it is a bad approach.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.