masum-mollik-rocketml opened a new issue, #19284:
URL: https://github.com/apache/echarts/issues/19284

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/basic-line-chart-forked-t52vzp?file=/index.js
   
   ### Steps to Reproduce
   
   1. initiate the chart
   2. set appendToBody to true by setOption() method
   
   ### Current Behavior
   
   setting appendToBody: true does not work. It works when the property is set 
to true at the initialization.
   
   `  myChart.setOption({
       tooltip: {
         renderMode: "html",
         appendToBody: true,
         alwaysShowContent: true
       }`
   
   ### Expected Behavior
   
   The tooltip should append to the html body.
   
   ### Environment
   
   ```markdown
   - OS: macOS Monterey
   - Browser: Chrome 108.0.4664.55
   - Framework: any
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: [email protected]

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