Aadithan

Members
  • Content count

    26
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Aadithan

  1. Save Charts As Image

    Hi I am generating various charts in page load of my application. I want to generate image of tat current chart which i am viewing and it should be saved particular directory because i have export button separately below each chart if i click that the saved image of current chart need to be exported in that pdf. Please provide sol to save the image automatically after rendering chart. Thanks
  2. Drill Down In Line Chart

    Hi I am using Line chart . I want implement drill down in line chart but the Link parameter is not supported by Line chart i think. Is there any way to implement drill down on clicking the line charts? I know zoom Line chart is available where we can drill the line by using the zoom lens over the chart. However we need drill in bar charts. Please give me a solution. Thanks & Regards D.Aadithan
  3. Image Saver On Server

    Dear admin We are using fusion chart in our application. Recently i have received image saver dll from your support team to save the chart images in server and we have to include tat in report for users. The problem is it is working fine in our dev environment but while deployed in server PDF click leads to page crash or binding some junk characters in browsers. On analaysing we have found that there is problem in saving a image on server. May be access rights issues we have tried all way to set access rights but nothing work. Please give me a solution how to handle it. We are using II7 , Framework 4.0 VS2010 etc Thanks
  4. Image Saver On Server

    I am not exporting as PDF I am trying to save as jpg only
  5. Fixed Height Legend

    Hi Please say me how to fix the legend height and enable scroll bar if the the no of values increases. Thanks
  6. How To Change The Background

    Hi How to change the Background in to transparent. For eg if there is no data to display white block is displayed i want make it as transparent or i want to give any color. Please help
  7. How To Change The Background

    background is set to transparent but it is not applied in IE 8 browser issues there how to solve it. Then i want to specify the legend by own for eg: i have series for of bars in bar chart . For particular bar color i want to specify legend in bottom like Red-> Danger Green-> Fine how to do this
  8. Hi Border displaying in line charts even i gave transparent background. How to remove the border from that. ? Further i want to define the legend by my own how to do it ? thanks
  9. How to apply different colors to coordinates in line charts..Please see the attached screen shot i have marked the coordinates .
  10. How To Change The Background

    i have attached one sample pie chart here if i click particular Mechanical engineering field it should show the colleges in the grid where mechanical graduates came from. for eg: if i click January month it should show detail grid of day wise report. Thanks
  11. How To Change The Background

    Hi I have a pie chart showing some datas. for eg : Revenue, Loss, Gain etc my question is : If i click the revenue i should open a grid in popup to show the details of the revenue alone . Similar like drill down. Please send me with clear example Thanks
  12. How To Change The Background

    I can change the background transparent when there is no data to display however when there is data chart appear with white background. Please fine the attached image and send me the sample code for avoiding that white background. Thanks
  13. Hi I am working on fusion chart for our client. Can you please about the license procedure. Thanks
  14. Mscolumn3Dlinedy Parameters

    I am using MSColumn3DLineDY in that i have to hide the two y datas on the chart initially . I can see that On clicking legend box it will show particular lines over the bar chart. But i want to handle this event from my code end i.e I have some check box if i click check box the line should come over the bar if i removed selection it should hide the line on the bar. I am using latest version only. Please help.
  15. Hi Angshu I have downloaded highcharts.js for supporting ipad however mscoloumn3d chart not rendering in ipad other charts working fine please help <!doctype html> <html lang="en"> <head> <title>Performance Management System</title> <link href="./assets/3Dchart/Contents/Style.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="./assets/3Dchart/JSClass/FusionCharts.js"></script> <script type="text/javascript" src="./assets/3Dchart/JSClass/highcharts.js"></script> </head> <body> <!--column3D.swf chart--> <div id="com_div" align="center"><script type="text/javascript"> FusionCharts.setCurrentRenderer('javascript'); var chart = new FusionCharts("./assets/3Dchart/Charts/column3D.swf", "ChartId", "600", "300", false, false); chart.setDataURL("chart.xml"); chart.render("com_div"); </script></div> <?php }?> <?php if ($chart=='Revenue' || $chart == 'Deduction') {?> <!--pie3D.swf chart--> <div id="com_div" align="center"><script type="text/javascript"> FusionCharts.setCurrentRenderer('javascript'); var chart = new FusionCharts("./assets/3Dchart/Charts/pie3D.swf", "ChartId", "600", "300", false, false); chart.setDataURL("chart.xml"); chart.render("com_div"); </script></div> <?php }?> </body> </html>
  16. Mscoloumn3D Chart Not Working In Ipad

    Before your response i tried the same its working. Very thanks for you quick reply and i feel it is very active forum which i have ever seen.
  17. Mscoloumn3D Chart Not Working In Ipad

    Hi I solved all problems now it is working fine. Except the color issue In javascript 3D chart colors are fine but in flash the bars are appearing as black even i changed the color and palette. I used like below <set label='$row[MONTHS]' value='$row[Quantity]' color='#C98558' />" ; But in flash black color only comes for bar Thanks
  18. Mscoloumn3D Chart Not Working In Ipad

    Hi, I downloaded v.3.2 as you have informed. Previously i used older version so when there is no flash it opens as 2D chart now i have see the sample of 3.2 version it almost look like 3D even if there is no flash. I know this is the new feature of FC. The problem is it is not rendering the fancy box or light-box which was worked fine under the older version of FC. I think there is some issue between the java scripts of fancy-box and Fusion chart.. Is there any way u can assist ? If i open the chart screen in separate page it open correctly in 3 D format but not rendering in fancy box. Further, tell me the file names order wise which i have to add in the header . Thanks for your all help.
  19. Mscoloumn3D Chart Not Working In Ipad

    I am using Pie 3D, Column3D and MSColumn3D all three charts are coming under 2 D only is i am missing any js how to get 3 D effect ?
  20. Mscoloumn3D Chart Not Working In Ipad

    Already i downloaded from this link only. Can u please say how to render as 3D java chart
  21. Mscoloumn3D Chart Not Working In Ipad

    Another issue : I am using V3 which collaborated with High-charts fo Java chart . But when rendering it is in 2d format how can i get 3D Java chart.?
  22. Mscoloumn3D Chart Not Working In Ipad

    I have see that V3 will automatically run as JS chart if there is no flash therefore we don't need to give render parameter. Is there any reason for giving ? Further i tried what you have said but still it is not working. When opening as new tab it is rendering correctly in ipad but while opening in light-box or fancy-box i.e when selecting chart in fusion chart demo it is opening as popup by hiding background know like that i am developing but popup window open but there is no chart in it. Thanks
  23. Mscoloumn3D Chart Not Working In Ipad

    Thank you. I can disable context menu now. One More doubt All charts working fine in desktop but in IPAD High-charts are not rendering It show just an empty window why
  24. Mscoloumn3D Chart Not Working In Ipad

    I downloaded trial version available in fusion chart site. one more clarification : How can i disable context menu in the charts . I think it is not possible with out source .fla file. If we purchased fusion chart will u give full rights for it. Thanks for your quick reply