Skip to content

nagesh-salunke/KendoUI-ChartExport-PhantomJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KendoUI-ChartExport-PhantomJS

Server side export utility for KendoUI charts using Phantom Js
You will need phantomjs to run the demo.

PhantomJs available at : http://phantomjs.org/download.html

Using as the export server

1. starting up the Export server

phantomjs kendoUI-convert.js -host 127.0.0.1 -port 2002

2. using via curl

curl -H "Content-Type: application/json" -X POST -d '{"infile":"{xAxis: {categories: [\"Jan\", \"Feb\", \"Mar\"]},series: [{data: [29.9, 71.5, 106.4]}]}"}' 127.0.0.1:2002

Using as command line export

 phantomjs kendoUI-convert.js -infile "{xAxis: {categories: [\"Jan\", \"Feb\", \"Mar\"]},series:[{data: [29.9, 71.5, 106.4]}]}"

About

Server side export utility for KendoUI charts using Phantom Js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published