sumit

Members
  • Content count

    10
  • Joined

  • Last visited

About sumit

  • Rank
    Junior Member
  • Birthday 08/30/1988

Profile Information

  • Gender
    Male
  • Location
    Bangalore
  1. width of heat map

    Hi - does anyone know if it is possible to set the widths of cells generated in Heat map Chart? i want to create the different size of cell in one heat map . Is it possible how i do that ?
  2. Hi, i am using Bubble chart .However, I want to highlight the bubble clicked so that user could know what data is being shown in detail by the drill down chart. In other words, I am trying to relate the drill down chart and the base chart. Is is possible with fusion charts!! Thanks.
  3. Hi Sumedh, Thanx for your quick response. i am not asking about image.i am asking when i give link between marker connector then cursor pointer will not comes . so that user can not identified this marker connector linked or not ...if i am using some other chart then cursor pointer comes automatically. if you have any example code then share with me.so that i solve my issue as soon as possible. Thanx and Regards Sumit Bansal
  4. Hi Sir, How i put cursor pointer between marker connector. how can i do and what properties write in the xml . please provide the solution of that.please find the attached image of the map. Thanx and Regards Sumit Bansal
  5. Export Fusionchart Via Client Side

    Hi sir if i am using exportEnabled '1' in xml then it display one button.. Is it possible to hide that button? and Is it possible to replace that button with our custom button? please provide the solution as soon as possible.. Thanks and regards Sumit
  6. Export Fusionchart Via Client Side

    Hi sir i have own custom button .i want to enable that property in my own button with out using export enable in the xml. can you please provide the solution of this method .i have create custom java script function that function i have already mention . Thanks and regards sumit
  7. Export Fusionchart Via Client Side

    Hi sir please find the attachment of the xml file and chart type is - MSCombiDY2D.swf please provide the solution as soon as possible Thanks and regards sumit sample.xml
  8. Export Fusionchart Via Client Side

    Hi sir Now i am using latest version of Fusion Charts XT. But I am facing same problem. Thanks and Regards Sumit
  9. Hi Actually I am trying export fusionchart at client side, I am trying to export it using Javascript method on pressing a button. Here is the method how it goes <script> var myChart = new FusionCharts( "../../../../Charts/Column3D.swf", "myChartId", "400", "300", "0", "1" ); myChart.setXMLUrl("ExportData.xml"); myChart.render("chartContainer"); var myExportComponent = new FusionChartsExportObject("fcExporter1", "../../../../Charts/FCExporter.swf", { fullMode : "1" , saveMode : "both" , showAllowedTypes: "1", width : 400, height : 180 } ); myExportComponent.Render(); function FC_Exported(e) { alert ( e.DOMId + (e.statusCode ? " chart has been Exported." : " chart has not been Exported." ) ); } </script> Here when I call onClick=" myChart.exportChart( { exportFormat : 'jpg'} );" Its working but I am unable to get the labels of chart. Please find the attached snapshot like how I am getting when I export. Please help me out in this issue as soon as possible. Here at the place of labels I am getting some other X-axis value which is not defined. Thanks and Regards Sumit