I do following bar chart -
with mysql data source
SELECT
time_sec,
value,
neg
FROM ..
But the problem that time_sec labels stuck together in to white thick line, and there is no any labels on mouse hover, I want to see this time labels then I hover on chart points, how can I achive that?