I spoke too soon, I just noticed that the pie chart linked to the same data doesn't display text as hyperlinks, rather the full HTML code. IE, the legend says <a href=#>blah</a> as opposed to just blah.
Apparently piecharts don't have allowHtml as an option? Or is there a work around? There doesn't have to be a hyperlink on the pie chart, but I do want the legend to say blue is whatever (makes it nice and pretty, you know?). ~.~ On Oct 12, 10:16 am, Tday <[email protected]> wrote: > Got it working, set is as an option of the ChartWrapper. Just needed > to try harder I guess. > > Thanks! > > On Oct 12, 9:55 am, Tday <[email protected]> wrote: > > > > > > > > > I'm not entirely sure what the issue was. > > > draw(data,{'allowHtml':true}) > > > right? > > > On Oct 12, 2:00 am, Dinga Bogdan <[email protected]> wrote: > > > > It should work. > > > Put the '<a href="#">Link A</a>' as a value > > > > But make a var option, if you don`t have it, or put a extra option in > > > the draw(data, { ... }) what ever is your case this: > > > > 'allowHtml': true > > > > I have the same thing done in a Table generated by Google API, for me > > > the data is query from a PHP/json. > > > Also this work with <img> tag . I got a column with green/red bullets > > > witch are .PNG > > > > :) -- 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.
