Using Web Service API
You can easily create JSChart graphs with Web Service API.
API at a Glance
<script type="text/javascript" charset="utf-8" src="http://www.jschart.jp/t/?gt=[Graph Type]&k=[License No.]&gd[[Plot Name]]=[Values Separated by Commas]&w=[Width]&h=[Height]"></script>
API Details
| Request URL | http://www.jschart.jp/t/ | |
|---|---|---|
| Query Details | gt | Graph Type
|
| k | License No k=[License No] Logo will be not displayed if valid License No. is specified |
|
| gd | Plot Values gd[Plot Name]=Values separated by commas - Plot Name should be URL encoded. - You can specifiy one or more plots as follows: gd[Data1]=1,2,3&gd[Data2]=4,5,6 |
|
| w | Canvas Width | |
| h | Canvas Height | |
| xl |
Tick Labels for X-Axis (Optional) (Tick Labels should be the same number as the plot values.) |
|
Be aware that the API specs might change without prior notification.







