Search the Community

Showing results for tags 'click'.



More search options

  • Search By Tags

    • click ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 3 results

  1. I am creating fusion charts in .net by passing json data Its working fine. Chart MyFirstChart = new Chart(chartType, chartName, "100%", height.ToString(), "json", jsonData.ToString()); data is collected from a data table from sql server and converted to json string My da...
  2. Hi, When FC was on 3.10 version, the multi-series line chart had a nice functionality : when clicking on legend, the line is going from its position to below and by clicking again from below to its position, this was really a nice animation. Since the 3.11 version, why did you disable it ?...
  3. Modal Window on entity click?

    Hello We are working with Fusion maps and liking it. We have a map that has custom info when a user mouses over a country. The info for each country is a list of links to studies the user can download. What I'd like to do is have that list open in a modal window on entity click. I think I can do it...