Is it possible to trigger tooltips to appear for specific bars in Javascript? I have an external custom legend that I've created for a chart with multiple data sets. When users roll over the specific item in the legend, I'd like to show the tooltips for ALL the datapoints within that dataset.
Thanks!