echarts-bot[bot] commented on issue #19477:
URL: https://github.com/apache/echarts/issues/19477#issuecomment-1880448938

   @nitxs It seems you are not using English, I've helped translate the content 
automatically. To make your issue understood by more people and get helped, 
we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   Add a function to the K-line chart similar to the function of displaying the 
moving average MA at a fixed position in the upper left corner of stock trading 
software.
   
   **BODY**
   
   ### What problem does this feature solve?
   
   In echarts version 5.1.2, I need to develop a K-line chart, in addition to 
displaying candlesticks, I also need to display moving averages, and at the 
same time, according to the functional requirements, as shown on the 
candlestick chart page in the stock trading software, MA5, MA10, M20 should be 
displayed in a fixed position in the upper left corner, and according to the 
user's mouse slide, update the value of the current MA moving average for N 
days, can you add such a function? Or in version 5.1.2, can there be a similar 
implementation?
   
![image](https://github.com/apache/echarts/assets/19258898/a00f69bd-2995-44de-970b-cac7cb23fe2e)
   
   ### What does the proposed API look like?
   
   The graphic.style.text value can be set as a callback function, which is 
triggered by the tooltip trigger linkage to get all the data of the current 
node obtained when the tooltip.formatter is sliding
   </details>


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