jivinivan

Members
  • Content count

    2
  • Joined

  • Last visited

About jivinivan

  • Rank
    Forum Newbie
  1. Make entire chart a link.

    How do I make the entire chart a link? I've tried linking the chart like a regular link ( <a href="">javascript to load chart</a> ) and I've tried putting the javascript inside a div then doing an onclick event with the div neither of them worked. got any ideas?
  2. Combination of Charts

    I have the FusionCharts Professional Bundle and I am making a chart to show weather data. Here is how I want the chart to show the data - The weather data is daily and I want it to show a full year so it needs to scroll. (EX. Scroll Combination (Dual Y) 2D Chart) - I need it to show both columns and lines. (EX. Scroll Combination (Dual Y) 2D Chart) - I need there to be multiple axis because the different datasets have a wide range of values ( EX. CPU Usage) - I want there to be check boxes to show or hide the data. (EX. CPU Usage) Is the any settings or ways to combine all of these features into one chart?