[BUG] Border disappears after hover on candlestick
See original GitHub issueOn 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',
},
},
Before hover
After
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
This is fixed now. Thanks @loicbourgois for the report and all the help towards getting it fixed