wildsonc opened a new issue #12496:
URL: https://github.com/apache/superset/issues/12496


   Is it possible to insert a line break in tooltip?
   
   I already tried:
   
   - \n
   - Edit css
   - &#013
   
   this is my function:
   
   function getTooltip(tool) {
       return tool && `Title1 ${tool.object.extraProps.column1}:  
${tool.object.extraProps.column2}
       \n Title2: ${tool.object.extraProps.column3}
       \n Title3: ${tool.object.extraProps.column4}`;
   }
   
    


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to