Search the Community

Showing results for tags 'treemap'.



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 6 results

  1. I am trying to prevent the drill down in a tree map. Is there a way to remove all the (click) event handlers? Thanks.
  2. HI, I'm using 3.4 licensed version fusion charts in my application to render fusion charts like column2d, spline chart. I'm trying to implement tree map chart based on requirement. Data format required for treemap is proper, so no issue with data. But, When I added 3.12 version fusion.treemap.js file in jsfolder of my application to implement treemap, I'm getting "chart type not supported". Please let me know, if its possible to use any other version js file to implement treemap with 3.4 version js files. or please let me know if there is any other alternative to do this.
  3. HI, I'm using 3.4 licensed version fusion charts in my application to render fusion charts like column2d, spline chart. I'm trying to implement tree map chart based on requirement. Data format required for treemap is proper, so no issue with data. But, When I added 3.12 version fusion.treemap.js file in jsfolder of my application to implement treemap, I'm getting "chart type not supported". Please let me know, if its possible to use any other version js file to implement treemap with 3.4 version js files. or please let me know if there is any other alternative to do this.
  4. Treemap chart

    Hi all, i have try to implement a treemap chart but in fields value i have negative data. I have see in official documents that a negative value is use in a sValue field, is true? I can't use negative data in value field? Thank you all for your help. This is my json file: "data":[ [ { "label":"Macrocategoria", "fillcolor":"8c8c8c", "value":100, "data":[ { "label":"Azionario", "value":69, "data":[ { "label":"Titolo 5", "value":"40,0%", "sValue":"5,0%" }, { "label":"Titolo 6", "value":"18,0%", "sValue":"6,0%" }, { "label":"Titolo 7", "value":"-2,0%", "sValue":"7,0%" }, { "label":"Titolo 8", "value":"13,0%", "sValue":"8,0%" } ] }, { "label":"Obbligazionario", "value":31, "data":[ { "label":"Titolo 1", "value":"10,0%", "sValue":"1,0%" }, { "label":"Titolo 2", "value":"5,0%", "sValue":"2,0%" }, { "label":"Titolo 3", "value":"15,0%", "sValue":"3,0%" }, { "label":"Titolo 4", "value":"1,0%", "sValue":"4,0%" } ] } ] } ] ], "colorrange":{ "mapbypercent":"1", "gradient":"1", "minvalue":"1,0%", "code":"6da81e", "startlabel":"Decline", "endlabel":"Rise", "color":[ { "code":"ffffff", "maxvalue":4, "label":"Static" }, { "code":"e24b1a", "maxvalue":"8,0%", "label":"AVERAGE" } ] }
  5. Hi , I am trying to display new plottooltext using data attribute . please help me resolving this issue. ASAP reply is really appreciated . please refer following example , to showcase test property from data field. http://jsfiddle.net/venkat_94/s1w3hcbc/ Regards, Dashrath Degavat.
  6. Experimenting with the treemap and tried all variations of calling a JavaScript function defined in the same page. For testing have a simple function function showAlert(){ alert("Hello"); } "link": "j-showAlert" "link": "Javascript:showAlert" "link": "isJavaScriptCall=true; Javascript:showAlert" none of these worked for the treemap.