|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Code/MyFirstChart/ |
Upload File : |
var dataString ='<chart palette="2" caption="Server Performance" yAxisName="Response Time (sec)"\n\
xAxisName="Server Load (TPS)" yAxisMaxValue="7">\n\
<dataset seriesName="Server 1" color="009900" anchorSides="3" anchorRadius="4"\n\
anchorBgColor="D5FFD5" anchorBorderColor="009900">\n\
<set y="2.4" x="21" />\n\
<set y="3.5" x="32" />\n\
<set y="2.5" x="43" />\n\
<set y="4.1" x="48" />\n\
</dataset>\n\
<dataset seriesName="Server 2" color="0000FF" anchorSides="4" anchorRadius="4"\n\
anchorBgColor="C6C6FF" anchorBorderColor="0000FF">\n\
<set y="1.4" x="23"/>\n\
<set y="1.5" x="29"/>\n\
<set y="1.5" x="33"/>\n\
<set y="1.1" x="41"/>\n\
</dataset>\n\
</chart>';