when I click a column or label the xAxis write incorrect label but tooltip its ok.
Where's the problem?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
Remove the
"categories": [...]
from your xAxis decalaration. If each point in the series has aname
it will use that for the xAxis labels.