Why the line is starting at 100 on y-axis, Can any body solve my problem.
code:
<img src="http://chart.apis.google.com/chart?
chs=500x200
&chd=t:533,100,423,200|179,50
&cht=lc
&chxt=x,y
&chxl=0:|JAN|FEB|MAR|APR|MAY|JUNE|JULY|AUG|SEP|OCT|NOV|DEC|
1:||20|40|60|80|100
&chco=FF9900,FF0000,0000FF"
alt="Sample chart" />
if i changed the y-axis values the line is coming at 1000!
1:||200|400|600|800|1000
how can i get that starting point at 533 ?
thanks