question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Border disappears after hover on candlestick

See original GitHub issue

On a candlestick chart, after hovering over a value, the borders disappear if the chart is configured to display a tooltip with the following parameters :

options: {
  tooltips: {
    position: 'nearest',
    mode: 'index',
  },
},

jsfiddle

Before hover

image

After

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
loicbourgoiscommented, Jan 27, 2018

Found a way to fix the issue in Chart.js https://github.com/loicbourgois/Chart.js/commit/ea150cd8ef55ea8f35be7bb69c75296bb37f8d28 (but if feels like a hack) jsfiddle Will submit a PR in Chart.js

0reactions
benmccanncommented, Oct 15, 2018

This is fixed now. Thanks @loicbourgois for the report and all the help towards getting it fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS border dissapear on hover - Stack Overflow
I managed to get rid of border using this bit of code to make it disappear. Problem is that with this code I...
Read more >
Border disappears when you hover mouse
But in Firefox, when you hover on the tabs, the top border disappears. And NONE of the tabs are directly on top of...
Read more >
Changelog - Apache ECharts
[Fix] Fix candlestick throw error when some series are filtered by legend. ... [Fix] Fix radar line disappear on hover when there is...
Read more >
A20 Official Release Notes - 7 Days to Die
It's by far the biggest Alpha ever and is jam packed with new content, bug fixes, optimizations, and game balancing.
Read more >
The Complete Stories - Vanderbilt University
When "The Metamorphosis" was to be published as a book in 1915, Kafka, fearful that the cover illustrator "might want to draw the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found