[visualization-api] HTML tooltip in Sankey charts

2016-01-06 Thread dunbar . nick
I have got Sankey charts working with custom HTML tooltips but can't get the formatting of the tooltip box to look right - it's too elongated and the HTML tags in the tooltip text are ignored. Can anyone help with this? JSFiddle is here: http://jsfiddle.net/t9e3dcy3/5/ Thanks, Nick -- You

Re: [visualization-api] HTML tooltip in Sankey charts

2016-01-06 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Nick, In order to get the HTML code in your custom tooltips to show up as actual HTML, you have to set the 'html' property to true for that column, row, or cell. Here is your example with me setting the column property 'html' to true: http://jsfiddle.net/d5qoLu2x/ On Wed, Jan 6, 2016 at 11:45

Re: [visualization-api] HTML tooltip in Sankey charts

2016-01-06 Thread Nick Dunbar
Thanks Sergey! On Wed, Jan 6, 2016 at 4:56 PM, 'Sergey Grabkovsky' via Google Visualization API wrote: > Hi Nick, > > In order to get the HTML code in your custom tooltips to show up as actual > HTML, you have to set the 'html' property to true for