plainheart commented on issue #14726:
URL: https://github.com/apache/echarts/issues/14726#issuecomment-823827052


   I tested it with the following code, it works.
   
   ```js
   formatter() {
      const h1= document.createElement('h1')
      h1.innerText = 'Hello'
      const h2= document.createElement('h1')
      h2.innerText = 'Hello2'
      return [h1, h2]
   }
   ```


-- 
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