Re: [visualization-api] google visualization chart api

2015-07-20 Thread 'Daniel LaLiberte' via Google Visualization API
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 }

[visualization-api] google visualization chart api

2015-07-19 Thread ANURAG DWIVEDI
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