nitxs commented on issue #19477:
URL: https://github.com/apache/echarts/issues/19477#issuecomment-1882088077

   > see [official 
example](https://echarts.apache.org/examples/en/editor.html?c=candlestick-brush)
 Tooltip position could be set as absolute (constant), like `position :{left: 
10, top: 30}`. Then inside, MA values could be positioned one after another in 
a line.
   
   Tooltip 
我已经设置了开盘价、收盘价、最低价、最高价,需求是这几个单独一个框显示,而MA值是要放在左上角固定显示,也就是我可能需要设置两个tooltip,该如何实现呢?
   
![image](https://github.com/apache/echarts/assets/19258898/4ec877ac-02f9-4d39-90df-5314c178938e)
   
   
   我现在选择在graphic中设置显示MA均线值,如果可能想请问下,如何在鼠标滑动时也动态更新graphic设置的MA值?
   
![image](https://github.com/apache/echarts/assets/19258898/f3ae74db-ef2c-4706-afd9-b486c144f796)
   
   另外,我用的echarts版本是5.1.2


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