I have to many points on my chart so when I am clicking through on mobile or small screen my tooltip just showing data from multiple points:
I researched on that and find out the the best approach would be is to disable the tooltip on small screens. I tried to follow this advice from the docs. But have no luck:
options: {
// This chart will not respond to mousemove, etc
events: ['click']
}
Also I found that but I think it is actually related to what I just did based on the advice form the docs.
Any ideas how to fix?