Having some real trouble getting rid of the tooltip – I’ve tried enabled: false and also setting the content to null, as per the earlier answer, but it keeps appearing. This is on a stacked bar 100 chart. Any tips?
Anjali says:
david,
Without looking into the code it is hard to guess the issue. Please create a jsfiddle so that we can have a look?
Zidan Younis says:
Can I show the tooltip automatically not on mouseover?
Anjali says:
zidan,
As of we don’t have an API for the same. But we’ll consider it for future versions though.
If you have any questions, please feel free to ask in our forums. Ask Question
is there any way to disable tooltip for only one series in a combination chart ?
abhishek,
You can set toolTipContent to null for individual dataSeries. Here is an example.
Thanks, that was exactly what I was looking for.
Having some real trouble getting rid of the tooltip – I’ve tried enabled: false and also setting the content to null, as per the earlier answer, but it keeps appearing. This is on a stacked bar 100 chart. Any tips?
david,
Without looking into the code it is hard to guess the issue. Please create a jsfiddle so that we can have a look?
Can I show the tooltip automatically not on mouseover?
zidan,
As of we don’t have an API for the same. But we’ll consider it for future versions though.