dygfloyd

Members
  • Content count

    4
  • Joined

  • Last visited

About dygfloyd

  • Rank
    Forum Newbie
  1. Trigger Tooltip for specific bars in JS

    Got it. Just being able to trigger a tooltip via javascript would be enough. I'll check in with a later version and see if that made the cut. Thanks!
  2. Spacing Bars

    I'm dealing with dynamically generated data so that might be a little tricky but I'll give it a shot. Thanks for the suggestion!
  3. Spacing Bars

    Is there a way to space individual bars within a chart? I'm trying to reproduce the chart below. I've tried "plotSpacePercent" which spaces out the groups but not the individual bars within the groups. If possible, I'd love to find a way to extend the white bars to the top as well. Thanks for your help!
  4. 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!