There is no built-in mechanism to support this, but there are a couple
different ways you could implement it using HTML checkboxes.

I would probably recommend that you use a DataView with the setColumns()
method to set the columns based on the checkboxes that have been selected.
This assumes you first request all the data for all the currencies, each
one in its own column, and put that in a DataTable, and then generate the
DataView from that.  See
https://developers.google.com/chart/interactive/docs/reference?hl=fr-LU#DataView_setColumns

You could instead make repeated requests to your server with a different
query that you determine from the checkboxes.  This would take more time to
generate each display, but you would avoid sending all the data for all the
currencies, which could slow down the initial request for data if there is
a lot of data.

On Tue, Jan 6, 2015 at 4:59 AM, Enkhtuvshin Amgalanbayar <
[email protected]> wrote:

> Thank you Daniel it was very helpful and the chart is doing well. Both
>> date and time filters are working.
>>
>
> We really appreciate your help.
>
> Because we want to demonstrate different currencies all around the world
> we wanted to do something like this.
>
> Please be kind and take look at attached picture.
>
> It is some sort of new filter added where people can choose the currency
> that they want to view and graph will demonstrate them.
>
> Is it possible to make it happen with google visualization???
>
> As always 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 [email protected].
> To post to this group, send email to
> [email protected].
> 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
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 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 [email protected].
To post to this group, send email to [email protected].
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