Search the Community

Showing results for tags 'maps'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 9 results

  1. Hi, I am using FusionCharts maps. I set the "worldwithcountries" map linking the "USA" map. If I click on USA, it opens the USA map with States. Now in USA States I show range data with custom values, and I want to change that values every time I change an option in a select options menu. Now, I am trying to update automatically the values of the linked map (USA map), in certain point I do it, but I have to click on back button (on USA map) and then click again on USA to see the USA map with the new values, it exists any way to do this without click on back button and then go back to USA map? Here the code I have: var dataSource = { "chart": { "theme": "fint", "formatNumberScale":"0", "numberSuffix":"M", "showLabels": "0", "useSNameInToolTip":"0", "useSNameInLabels": "0" }, "data": [ { "id": "23", "displayValue": "United States", "link": "newchart-json-US", } ], "linkeddata": [{ "id": "US", "linkedchart": { chart: { theme: "fusion", nullentitycolor: "#4FCAF6", hoverOnNull: "0", showLabels: "0", legendcaption: "", entitytooltext: text }, colorrange: { gradient: "0", color: colorRange }, data: markers } }] }; FusionCharts.ready(function () { var populationMap = new FusionCharts({ type: 'worldwithcountries', renderAt: 'world-map', width: '100%', height: '600', dataFormat: 'json', id: 'world-map-chart', dataSource }).render(); }); And to update the data I have: FusionCharts.items["world-map-chart"].setJSONData(dataSource); Of course, when I select an option on select menu I update the dataSource value. Thanks in advance if you could help me.
  2. It's easy enough to read the minValue/maxValue of the Range Legend slider thanks to the events system. However, I would like to sync an adjacent Fusionchart Map's legend based on the position a user sets the original legend position. I haven't been able to find anything in the documentation about setting these values or controlling the Legend programmatically other than configuring it's initial state. Any help or pointers toward the correct docs would be massively helpful!
  3. It's easy enough to read the minValue/maxValue of the Range Legend slider thanks to the events system. However, I would like to sync an adjacent Fusionchart Map's legend based on the position a user sets the original legend position. I haven't been able to find anything in the documentation about setting these values or controlling the Legend programmatically other than configuring it's initial state. Any help or pointers toward the correct docs would be massively helpful!
  4. Drill on markers

    Hi, I upgraded from .swf to javascript fusioncharts. I use the last version. In .swf map chart, I could drill down on marker. Now, I not able to set the xml to drill down on markers: is it still possible?
  5. I just upgraded to FusionMaps XT 3.4.0 and the display of the maps labels is totally off when it is within a jqueryUI tabs panel. Furthermore, there is a javascript error upon rendering in fusioncharts.js on line 745 that is "Uncaught TypeError: cannot read property "offsetWidth" of undefined. Can you take a look ASAP? Thank you!
  6. Hello, I have a question you people might be able to help me with, thanks in advance! I just replaced the old FusionCharts v3.9 with v3.12 but out of all maps my maps are not rendering: fusioncharts.js?v=3.12:1024 Uncaught TypeError: O.register(...) is not a constructor at c._createGradientLegend (fusioncharts.js?v=3.12:1024) at c.init (fusioncharts.js?v=3.12:951) at c.init (fusioncharts.maps.js:97) at Object.v.createChart (fusioncharts.js?v=3.12:879) at u.core.render (fusioncharts.js?v=3.12:1860) at a.executeWaitingCommands (fusioncharts.js?v=3.12:126) at fusioncharts.js?v=3.12:1867 at p (fusioncharts.js?v=3.12:125) at success (fusioncharts.js?v=3.12:126) at Object.A [as job] (fusioncharts.js?v=3.12:54) Does anyone have an idea what could this be related to? Thanks!
  7. Hi, I have a US and a global map that I am trying to render. It worked fine on 3.2.2 on all browsers, but due to an issue in chrome, I had to upgrade, and now i get the message 'chart type not supported'. What happened in chrome recently that would cause my normal bar charts to not update when filters are changed? That's why I had to update, but if there is another fix around it, then I would rather just go back to old code. Or if I could just keep maps libraries at 3.2.2 that would be great. Thanks for the help, Shashank
  8. Maps with charts

    We have created a dashboard for our Education Montor which has been a great success. We now want to do one for our Youth site but with the charts opening directly from the map. This means it is the master chart is there a way to have the close button on the master chart?
  9. Hello, we are using a purchased version of Fusion Maps in our web page. The maps and charts are renderized by Javascript and I have noticed that in Firefox browser (version 20.0.1 for example) is slower than in other browsers like IE or Chrome. Also I noticed that when the map is displayed with other charts in the same page, the map is even slower. Is this a normal behaviour? Can I speed up the map? Thanks John