Hi,
Using the plain javascript version I am able to return an image for the toolTip. I was wondering if this is supported in GWT Highcharts. The following code works with my Javascript.
useHTML:true formatter: function() { return ''; },
Thanks James
OK I see by the documentation that it is not supported. I have started doing my own implementation of a tooltip.
Actually there is this option. I missed it in the Docs first time through.
.setOption("useHTML", true)
Log in to post a comment.
Hi,
Using the plain javascript version I am able to return an image for the toolTip. I was wondering if this is supported in GWT Highcharts. The following code works with my Javascript.
useHTML:true
';
formatter: function() {
return '
},
Thanks
James
OK I see by the documentation that it is not supported. I have started doing my own implementation of a tooltip.
Actually there is this option. I missed it in the Docs first time through.
.setOption("useHTML", true)