Text from Chart module is layered over Menu

Seems like the z-Index is wrong in either Menu or Chart, probably Menu it should always be on to regardless.
See picture. The arrows is pointing at values in the Chart under the Menu.

Hi

please try to add the following css:

.dhx_chart { z-index:0; }

I’ll try that. Thanks!