Krishna_Solanki

Members
  • Content count

    58
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Krishna_Solanki

  1. Problem with exporting charts as images

    Hi, This is the live server, so i can not make changes continuously. I have also enabled the allow parent path. The same code is working on local as well on test server. Only the URL is changed. the live site is secure (HTTPS) site. is there any issue with HTTPS. Thanks,
  2. Problem with exporting charts as images

    Hi, I am using SAVE_PATH = "../../Images". I am not sure about parent path is allowed in the server or not . Is there any other way i can write the path. Please help Thanks,
  3. Charts Images saved

    Hi, I am saving the charts as images after chart loading. After saving i am displaying the images in an excel. The code to display is just after the chart creation. So the images do not get save completely and i am not able to export the latest images. Is there any way on server side by which i can find that all the images has saved. Please help... Thanks,
  4. Can we call a javascript function in "ClickURL"? Thanks,
  5. Queris reagrding save

    Hi, I have the following questions. Hopefully i will recieve the replies as before.. I am saving the charts as images on page load. 1. Can we save all the images in a single jpeg image, instaed of seperate jpeg for each chart? 2. Also i want to know, can we save the charts in a single PDF while page load? 3. Can we save the charts on a button click on server side? thanks,
  6. height and width of image

    Hi, I am saving the charts as images on page load. I want to set the height and width of these images at runtime. Please help. Thanks,
  7. height and width of image

    Hi, Thanks for the reply. When the chart save as an image , image get the same width and height of the chart. Now if i change the hesight and width of the image while displaying, its resolution get disturbed. I just wanted to know , If there is any property by which we can set the height and width of the image while saving... Thanks,
  8. Transparent modewith charts

    Hi, I am showing the loading image wile page loads. But the image goes behind the charts and partially appears. I modified the fusionchart.js and added the code : this.addParam('wmode','transparent'); But still image is not appearing in front. What should i do for this? Thanks,
  9. Transparent modewith charts

    Hello, Issue get resolved with fusionchart.js this.addParam('wmode','transparent'); Previously page was not refreshed after code change. Thank you,
  10. Transparent modewith charts

    Is zindex.css avialable with fusion charts or we have to create this? And we need to set the zindex for image? thanks,
  11. Name for the saved images.

    Hi, I am saving the charts as images on page load in a folder. These charts get saved with a random name. I want to give a name to these images while saving. Thanks,
  12. Name for the saved images.

    Hi, Thanks for the time and response. I just copied the text from forum and paste it to the code. I should check it. Now the images get saved by the name from database. Thank you,
  13. Name for the saved images.

    Attached file contains the 9 xml files. xmlfiles.doc
  14. Name for the saved images.

    I am passing the different file name for each chart as "1", "2", "3", "4" ... Thanks,
  15. Name for the saved images.

    Hi, I tried this but now only one image save into the folder always with name "fusioncharts.jpg". There are 9 charts but only one chart get saved as image. Thanks,
  16. Name for the saved images.

    If you are asking about the language , it is ASP.net with C# . And Scripting language is Java Script. My problem is, i am saving all the charts as image at the time of loading. And i need to save these images by a name from database. Thanks,
  17. Name for the saved images.

    Hi, I tried this, but this is not working. The images are saving by random names like "FusionCharts_21ecf787-13b5-4e18-ad58-a17808ea5341_1011200915433390.jpg" I need to save these images by name from database. Please help. Thanks,
  18. Hi, Is that possible to save the charts as image on page load on server side and by right clicking on the chart we can save the chart client side? Thanks,
  19. can we save charts server side as well client side?

    OK, Then can we remove the save options from right menu item? Thanks,
  20. Hi, Can we replace the menu item About fusioncharts to our company name? And link it to the new page? Thanks,
  21. Thanks for the quick support. I am able to link the new page. You are really great people... Thanks,
  22. Hi, I saved all the charts as image on page load. All the charts get saved but some charts saved partially. eg. Bar chart's image did not showing the bars., In line chart's image line get disapperd. Please let me know what can be the issue. Thanks,
  23. Problem with saving chart as image.

    Thanks, It works for me..
  24. Hi, We can save the chart as an image by right clicking or by enabling the export options. But i want to save all the charts without clicking. I want to save all the charts as images in a folder at the time chart loads( Chart loading completed). Please send me a sample code for ASP.net. I am waiting for the response from last 2 weeks. Previously i got the code using PHP, but i need code for ASP.net. This is a very urgent requirement. Thanks,
  25. Hi, Thanks , It's working now. Only one more question, Can we save the charts on a button click? Thanks,