hc_enabletooltips | R Documentation |
Helper to enable tooltips on a chart. Enabling the tooltip is not intuitive because of how I've set up the defaults, so we have this function to enable them more easily. I like to use enableMouseTracking = FALSE to remove distractions. See https://github.com/superchordate/hcslim for more detailed documentation and examples.
hc_enabletooltips(options)
options |
Your starting Highcharts options. |
Author: Bryce Chamberlain
Modified Highcharts options with tooltips enabled (series > enableMouseTracking > TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.