This question was brought up before in this forum. You can search its archives and you'll find examples. In general, you should either limit the data that is passed to the chart to contain the bars that should currently be displayed, or set the value of the vAxis.viewWindw.min/max (or hAxis.viewWindow.min/max, if it's ColumnChart rather than BarChart), as documented here<https://developers.google.com/chart/interactive/docs/gallery/barchart#Configuration_Options> .
On Sun, Jun 3, 2012 at 11:20 AM, JJ <[email protected]> wrote: > I need to display many items on a BarChart and want ot make it > scrollable (so the xAxis is always shown and the bars are scrollable). > Any idea what would be the best way to do so? > > Thank you, > JJ > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
