Menu

Using Image Inside Tooltip

loachman
2014-08-23
2014-08-23
  • loachman

    loachman - 2014-08-23

    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

     
  • loachman

    loachman - 2014-08-23

    OK I see by the documentation that it is not supported. I have started doing my own implementation of a tooltip.

     
  • loachman

    loachman - 2014-08-23

    Actually there is this option. I missed it in the Docs first time through.

    .setOption("useHTML", true)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.