Hi I just want to ask whether can I have my line chart with all the tooltips always visible. I don't want the tooltip to display when it being hover.
Hi Sharifah,
I'm not sure what you're asking. A tooltip only appears on hover, that's standard functionality of Highcharts and other chart libraries. Displaying all tooltips all the time would crowd the chart enormously, and they would all overlap. That's not very useful for a user.
I would like to ask whether can I do some Line Chart like this? Is it possible?
yes, it is possible
you can read documentation hightchart here
Hi Sharifah Syahirah,
Can you please share oml file
Hi Gaurav,
Why should they share their module? They have a perfectly fine chart, but want to know how to do something. Sharing the module in this case doesn't help at all.
Hi,
Then I think we should override the mouseout event.
instead of hiding the pop-up on mouseOut, do nothing
events: {
mouseOut: function () {
}
I think this will solve the issue.
You can add this code in HightJSON code
tooltip: {
enabled: false
},
example from HightChart