radha Report post Posted July 17, 2014 I am trying to split toolText into multiple lines. tried to add {br} to the toolText toolText = 'a really long {br} tooltip' this does not work in heatmap. {br} is shown as is in the tooltip. how can i split long tooltips in multiple lines? Share this post Link to post Share on other sites
radha Report post Posted July 17, 2014 worked around this by inserting <br/> where ever i need a break Share this post Link to post Share on other sites
Sanjukta Report post Posted July 22, 2014 worked around this by inserting <br/> where ever i need a break Hi, Glad your issue is resolved. Share this post Link to post Share on other sites
luisbessa Report post Posted July 22, 2014 I am trying to split toolText into multiple lines. tried to add {br} to the toolText toolText = 'a really long {br} tooltip' this does not work in heatmap. {br} is shown as is in the tooltip. how can i split long tooltips in multiple lines? Hi! I'm using <br> for it and its working Share this post Link to post Share on other sites