Virgil-N opened a new issue, #17767:
URL: https://github.com/apache/echarts/issues/17767

   ### Version
   
   last
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   series: [{
           type: "lines",
           symbol: "none",
           lineStyle: {
             color: function (params: any) {
               return "blue";
             }
           },
           data: data
         }]
   
   ### Current Behavior
   
   Error: Type '(params: any) => string' is not assignable to type 'ZRColor | 
undefined'.
   
   ### Expected Behavior
   
   With no error.
   
   ### Environment
   
   ```markdown
   - OS:windows 11
   - Browser: edge last version
   - Framework: react 18
   ```
   
   
   ### Any additional comments?
   
   Just could not compile.


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