Hi
I use igDataChart to draw chart below. When axes label too long, it will show (...) but don't show tooltip
Now I want to show tooltip when pointing axes label. Can you help me?
Hello,
You can set showTooltip to true, which will display the full text of series label and its value.
Let me know if I may be of further assistance.
I set showTooltip for igDataChart, but only show tooltip when the mouse hovers on the column of the chart.
I want to show tooltip when I mouse hover on the label of series.
How i can do it?