This is a terrible example to follow, but if you want to use it, the place 
to put that option is here:

function init() {
    query = new google.visualization.Query(dataSourceUrl);
    container = document.getElementById("table");
    options = {
        pageSize': 5,
        allowHtml: true
    };
    sendAndDraw();
}

On Sunday, June 9, 2013 11:59:47 AM UTC-4, [email protected] wrote:
>
> Hello!
>
> could you please help me?
>
> where should I write the 'allowHtml : true' in the following example  
> (link below) to allow hyperlinks?
>
>
> https://developers.google.com/chart/interactive/docs/examples#tablequerywrapper
>
> Thanks in advance!
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to