Hi Anurag,

If you specify a viewWindow option for each axis, with a min and max value,
then the chart will only draw between the min and max that you specify.

var options = {
  hAxis: {
    viewWindow: {
      min: 0, max: 100
    }
  },
  vAxis: {
    viewWindow: {
      min: 0, max: 100
    }
  }
}


On Mon, Jul 20, 2015 at 1:10 AM, ANURAG DWIVEDI <dwivedi1993anu...@gmail.com
> wrote:

> Sir ,
> i have a question about google visualization chart.
>
> can you tell me that how to fixed x and y axis in google line chart graph.
>
> i want to fixed x - axis from 0 to 100(not varies x with input value );
> and this is same thing for y -axis .
>
> so please anybody can help me.
>
> thank you
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
dlalibe...@google.com <dlalibe...@google.com>   5CC, Cambridge MA
daniel.lalibe...@gmail.com <daniel.lalibe...@gmail.com> 9 Juniper Ridge
Road, Acton MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to