Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
FusionCharts Beginner's Guide: The Official Guide for FusionCharts Suite

You're reading from  FusionCharts Beginner's Guide: The Official Guide for FusionCharts Suite

Product type Book
Published in Apr 2012
Publisher Packt
ISBN-13 9781849691765
Pages 252 pages
Edition 1st Edition
Languages
Toc

Table of Contents (16) Chapters close

FusionCharts
Credits
About the Authors
About the Reviewer
www.PacktPub.com
1. Preface
1. Introducing FusionCharts 2. Customizing your Chart 3. JavaScript Capabilities 4. Enabling Drill-down on Charts 5. Exporting Charts 6. Integrating with Server-side Scripts 7. Creating Maps for your Applications 8. Selecting the Right Visualization for your Data 9. Increasing the Usability of your Charts Pop quiz Answers

Time for action — configure the server-side export handler


  1. 1. Create a folder within the HTTP root of your server and name it as Export. This folder should be accessible as http://<<yourdomain>>/Export/. For our case, it would be http://localhost/Export/.

  2. 2. In case your folder name is not Export, or it is not the root of your server, then ensure that the uploaded FCExporter.php is edited to reflect the changes in the definition of SAVE_PATH and HTTP_URI.

  3. 3. Upload or copy the contents of the /ExportHandlers/PHP/ folder from the download package to this newly created folder on your server.

  4. 4. Verify that the file FCExporter.php is accessible via your web browser. For our sample, http://localhost/Export/FCExporter.php should refer to the file that you have just placed on the server. This is your export handler URL.

  5. 5. Create another folder on the server within the Export folder and name it as ExportedImages. This is where the exporter will store the saved images by default.

  6. 6. Set...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}