shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs

Home Page:https://shutterstock.github.io/rickshaw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover displays X label with a wrong offset

ceremcem opened this issue · comments

Normally I want to display the following graph:

image

When I move the mouse cursor to see the upper values, I get the following result:

image

Where I can not see the X Label, because Y Label overrides it.

Expected behavior should be something like this:

image

Could you provide an example, for this? I'm worried that the proposed fix may affect surrounding HTML elements negatively.

An example that demonstrates the issue, right? There is no special code required here, the following graph produces the same issue: http://code.shutterstock.com/rickshaw/examples/lines.html

image