anila

Members
  • Content count

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by anila

  1. Hi, Can we export chart to excel. i went through the documentation,it is possible in image save or pdf. i want to save image to excel file and it shuld prompt for save,open options. Please let me know how to achive it. i am using jsp.
  2. I am using multi series 3d graph in my project. and i have 16 to 30 legends. and chart is displaying then in 4 lines with scrollbar. it is eating my original graph size. I want legends in 2 lines with scroll bar. Please help me out in how to fix this .... test.bmp test.xml
  3. Hi Sanjukta Mukherjee, I don't need horigantal scroll bar.as of now chart is displaying 4 lines of legends with vertical scroll bar and i want the legends in 2 lines with same vertical scroll bar. Please anybody help me on this as the report is very critical for me. Thanks, Anila
  4. Hi Rajroop, i added the xml.Please have a look at it let me know how to solve the prob.. Thanks in advance, Anila
  5. Hi, can any body guide me how to export chart as pdf or jpeg images. i read document,but i did nt get steps to invoke. please explain step by step,i am using java,jsp. Thanks,
  6. Hi, I am very new to fusion chart development. i m using java,jsp to build charts. i want to call one javascript function on clicking on any where in the chart. As of my knowledge we can call on bars and lines by using link property as part of set tag. but i want same functnality for entire chart. let me know is it possible.
  7. Drill down in map.

    Hi, I want to implement the same thing as done in http://www.fusioncharts.com/maps/Demos/AJAX/Index.html If i click on an entity inside an fusion map it should show one more frame with another map and if i close the frame it should show same page where i clicked entity before. I am alreadt went through the documentation for drilldown. there i am confussing with frames. how to relate jsps wth frames? Let me know how to acchive this. Thanks in advance.....
  8. Drill down in map.

    Hi, Thanks for your reply. wat i am asking was in fusioncharts i prepared data and passed to createChart() which in jsp. but what ever i want to develope map wth zooming sub window,here they are generating chart in js with static data. but i dnt wan to pass data tp js. wat can i do to achive this wth out passing data to js shall i prepare chrt in java code and paass it.
  9. Drill down in map.

    Hi, one more doubt i have. here they are taking data to build graphs,maps from javascript insted of that i need to pass dynamic data. how to pass data to js? i am using java,jsp.
  10. Drill down in map.

    Hi Sudipto, its worked after deploying in server. Thanks for your reply.
  11. Drill down in map.

    Hi, we need to deploy this code source on any web server????
  12. Drill down in map.

    Hi, If i enable the debug mode. it is showing like this,but it is not displaying map. Info: Map loaded and initialized. Version: 3.1.0 Map Objects: BACKGROUND PLOT LABELS LEGEND TOOLTIP MARKERS MARKERLABELS MARKERCONNECTORS Initial Width: 950 Initial Height: 400 Scale Mode: noScale Debug Mode: Yes Application Message Language: EN INFO: Map registered with external script. DOM Id of map is PM0 INFO: XML Data provided using dataXML method. XML Data: <map animation="0" showLabels="0" borderAlpha="0" fillColor="FFFFFF" fillAlpha="0" usehoverColor="0" showToolTip="0" bgAlpha="0" CanvasBorderAlpha="0" showShadow="0" showBevel="0" />
  13. Drill down in map.

    Hi, sorry i am not able to upload the code. any way i added USA & States swf files list to maps. tats wat i did additinoly from existed code.
  14. Drill down in map.

    Hi Madhumita, Thanks for your reply. I placed all the SWF files in maps folder. but it is not displaying USA map. i m not getting to debug.how to fix it? here i am attaching the code. Let me know the mistakes what i did.
  15. Hi, I new to fusionmaps. Any body tel me how to use fusionmaps in jsp.
  16. Can USA map transistion smoothly to a state map?

    Hi, can you please provide the code base for this. i saw at view source it is including some js files. tats not clear to crack logic. Please help on this. I m trying to implement same like this. It is very urgent for me. your help is very much appreciated......
  17. Hi, If i am using FusionMapsRenderer.jsp to generate map insted of using js. how i can set setTranparent? i try to modify in jsp by adding below line map_<%= mapId%>.setTransparent(true); but it doesnt work. Let me know any other solution.
  18. Drill down in map.

    Hi, Thanks for your help. i want same thing what they implemented here http://www.fusioncharts.com/maps/Demos/AJAX/Index.html i dont know ajax. please help me on this. how they are generating frame by clicking on entity.
  19. How to use Fussionmaps in jsp!

    Hi Srividya, Can u please help on this to me.it is urgent to me. I want to implement the same thing as done in http://www.fusioncharts.com/maps/Demos/AJAX/Index.html If i click on an entity inside an fusion map it should show one more frame with another map and if i close the frame it should show same page where i clicked entity before. I am already went through the documentation for drilldown. there i am confussing with frames. how to relate jsps wth frames? Let me know how to acchive this. Thanks in advance..... Any sample code???
  20. Drill down in map.

    Hi, Thanks for your wises,I wish u the same..... I have frame with name,here is the code it is opening page in new page insted of frame. <frameset rows="450,*" cols="*" frameborder="YES" border="1" framespacing="0"> <frame src="index.jsp" name="mapFrame" scrolling="NO" noresize > <frame src="design/jsp/ShowDetails.jsp" name="detailsFrame" scrolling="NO" noresize> </frameset> Let me know whats wrong i am doing here.
  21. Drill down in map.

    Hi, Thanks for your replay. I am using FusionMaps v3 licensed verstion for development.
  22. How to use Fussionmaps in jsp!

    Hi Srividya, in FusionchartsRender.jsp we have createChart method to create chart, In this fusionmapsrender.jsp i did nt noticed any method,it directly taking req perameters. I am not getting how is it work? please send me some sample code to useing fusionmapsrender.jsp .
  23. Drill down in map.

    Hi, Please any body can help me on this. I used link as link='F-detailsFrame-design/jsp/ShowDetails.jsp' in entity tag. insted of opening page in frame,it is opening in new page. Let me know the includes for this. i am adding fussionmaps.js to my jsp. i have to add any other files to work this thing.
  24. Customising Map

    Hi, Can we customise maps. I want to dispaly only some states in USA. i tried to delete some entites as part of data.xml file even though i amn getting all states. how i can acchive this??