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

   @xiatianshitiancai 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**
   
   [Feature] Can you provide a mechanism that allows me to implement a method 
similar to webpack hooks to hijack the setOption of echarts, so that I can 
handle echart style-related business by myself without coupling the business to 
the style?
   
   **BODY**
   
   ### What problem does this feature solve?
   
   [Feature] Can you provide a mechanism that allows me to implement a method 
similar to webpack hooks to hijack the setOption of echarts, so that I can 
handle echart style-related business by myself without coupling the business to 
the style?
   
   ### What does the proposed API look like?
   
   echats.setOtionBefore((option) => {
     let newOption = modOption(option)
     return newOption
   })
   </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