diogobaeder

Members
  • Content count

    2
  • Joined

  • Last visited

About diogobaeder

  • Rank
    Forum Newbie
  1. Hi guys, How can I interact with specific bubbles in a bubbles chart? What I need to do is to have a way of hiding/showing specific bubbles in a bubbles chart. I already know that I can set the "alpha" to 0 for certain datapoints, and I know I can add an event listener to "datapointClick", however I don't know how to fetch a specific datapoint object and change its properties. How can this be done? Thanks, Diogo
  2. Hi all, I'm trying to change the properties of the vertical division lines with a 2D Dual Y graph, as documented here, but those properties are only being applied to horizontal division lines. The version I'm using of FusionCharts is 3.4.0. Any ideas what might be happening? Thanks!