[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-05 Thread Nicolas Fortin
First, thx for all your answers and your advice for createTooltip function :) The data I get from the API is not formatted as Google Charts expect but I found a way to do it nicely :p -- You received this message because you are subscribed to the Google Groups Google Visualization API group.

[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-05 Thread Nicolas Fortin
I copied your anwser on Stackoverflow http://stackoverflow.com/questions/25625033/google-visualization-stack-columns-issues-with-html-custom-tooltips/25687093#25687093 Hope your are ok with it :p -- You received this message because you are subscribed to the Google Groups Google Visualization

[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-03 Thread Andrew Gallant
1 does indeed appear to be a bug. 2 is because you are specifying the calculated column's properties incorrectly. The object key should be properties not p: cols.push({ calc: createTooltip(i), type: string, role: tooltip, properties: {html: true} }); Tooltip actions are

[visualization-api] Re: Stack columns. Issues with custom tooltip.

2014-09-02 Thread Nicolas Fortin
The issue 1 seems to be due to annotations. When I disabled them, all custom tooltips are rendered. -- 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