How to set the line chart setting so lines begin at x:0 , and not in some random way?
Is there a prop for this, or i need to stack up more data????
How to set the line chart setting so lines begin at x:0 , and not in some random way?
Is there a prop for this, or i need to stack up more data????
If your x values are numeric you can give the option
hAxis: {minValue:0}
to the draw function :Try this code here : http://code.google.com/apis/ajax/playground/?type=visualization#line_chart