eza

Members
  • Content count

    11
  • Joined

  • Last visited

About eza

  • Rank
    Junior Member
  1. help wirExport server

    hi.. yes i did. here my ScreenShoot need ur best help.. thx
  2. help wirExport server

    i tried ur files.. i got error when i click "download as pdf, jpeg and png" There was an error saving the chart. Error message undefined. Its DOM Id is undefined. can you tell me how solve this. screenshoot
  3. thx.. can u give me an example xml code, like picture i sent above? thx a lot
  4. Hi.. i wanna create Multi series Column chart like excel. here the picture.. Can u tell me, what chart and how xml code to create like that picture. Thx.
  5. help wirExport server

    i did, and its not working when i choose "download as a pdf document". here the screen shoot :
  6. help wirExport server

    sure.. the problem is, i cannot get "pdf, png or jpeg file" as a download file. here the screenshoot at that picture, as we can see.. im able to download a SVN file when i click "download as svg vector". but when i choose "download as pdf" or "download as png or image" there's no file that i get. why it happend? need help. thx hope u can help me.
  7. help wirExport server

    thx, but still not working. i dunno.. is it my server, or fusionchart server. im using XAMPP this is what i change based file's that u gave to me. FCExporter_SVG2ALL.php define ('TEMP_PATH', 'temp/'); //i put this code, and it works save as a svn file to temp folder define ('BATIK_PATH', 'batik/batik-rasterizer.jar'); //this too index.php define("SAVE_PATH", "./ExportedImages/"); define("HTTP_URI", "http://localhost/MyFirstChart1/MyFirstChart/ExportedImages/"); data.xml exportEnabled='1' exportHandler='http://localhost/MyFirstChart1/MyFirstChart/index.php' exportAtClient='0' exportAction='save'> still cannot download pdf, jpeg, and png file. here my server http://www.sendspace.com/file/ikqizi
  8. i have tried all step , but correct me : 1. i put batik folder (which is contain batik-rasterizer.jar, and etc) 2. edit "FCExporter_SVG2ALL.php" define ('TEMP_PATH', 'temp/'); define ('BATIK_PATH', 'batik/batik-rasterizer.jar'); and when i click download icon (at top right corner) to pdf/image theres nothing happend but a svn file, appear at temp folder. here my file's server : http://www.sendspace.com/file/p1qckr hope u can help me
  9. help wirExport server

    i have tried all step , but correct me : 1. i put batik folder (which is contain batik-rasterizer.jar, and etc) 2. edit "FCExporter_SVG2ALL.php" define ('TEMP_PATH', 'temp/'); define ('BATIK_PATH', 'batik/batik-rasterizer.jar'); and when i click download icon (at top right corner) to pdf/image theres nothing happend but a svn file, appear at temp folder. here my file's server : http://www.sendspace.com/file/p1qckr hope u can help me
  10. hi.. can u help me.. (pure javascript) how can i create a server like "http://export.highcharts.com/" or "export.api3.fusioncharts.com" for exporting data. with pure javascript.. i have tried each step "http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerSave.html" still dont get it.. but svn file export sucessfully to temp folder in my server
  11. Hi.. is possible exporting (pdf,png,image) with javascript without connect to export.api3.fusioncharts.com? how? i use - FusionCharts.setCurrentRenderer('javascript'); in *html file. thx..