morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.91k stars 1.23k forks source link

Area Chart Hover Issue #754

Open azlannohara opened 6 years ago

azlannohara commented 6 years ago

Hi guys. Do you know any error that can cause my mouse hover to become black?

screen shot 2018-02-26 at 2 46 50 pm

Supposedly, the background should be white and each year is represent by their colors

pierresh commented 6 years ago

Hello,

You probably defined some css rules that also applies to the Hover. I suggest you to analyze it through Google Chrome Elements Inspector in developper tools. You can keep the Hover displayed with the option hideHover: false, that would be much easier to analyze it ;-).