http://jsfiddle.net/6FQSJ/38/ this is the example for stacked pagination 
chart.

El miércoles, 7 de febrero de 2018, 15:54:52 (UTC-6), David Castro escribió:
>
> Thanks for the example... with your help i just did pagination with 
> stacked column chart!
>
>
> El jueves, 4 de agosto de 2011, 8:32:39 (UTC-5), Riccardo Govoni escribió:
>>
>> There was a thread recently where a quick pagination example was 
>> demonstrated 
>> <https://groups.google.com/forum/#!topic/google-visualization-api/dxNifFZNJbQ>
>> .
>>
>> The example works by slicing the input DataTable in response to the user 
>> pressing 'next' and 'previous' buttons and redrawing the chart. I took the 
>> opportunity to rewrite the above example in a somewhat more self-contained 
>> and optimized fashion.
>> Have a look at this example: http://jsfiddle.net/6FQSJ/1/
>>
>> What you care about is the 'EnablePagination' function which takes as 
>> input a ChartWrapper, a pageSize and references to the pagination buttons. 
>> It uses DataViews (chart.setView()) to limit the part of the chart that is 
>> currently displayed based on the current page. 
>>
>> I wrote the example quite quickly and I probably missed some corner 
>> cases, so pay attention if you use it.
>>
>> /R.
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/cfb4e6a6-6646-4f9b-96e3-6905f21e76a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to