Version
last
Link to Minimal Reproduction
No response
Steps to Reproduce
option = {
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
- OS:windows 11
- Browser: edge last version
- Framework: react 18
Any additional comments?
Just could not compile.
Version
last
Link to Minimal Reproduction
No response
Steps to Reproduce
Current Behavior
Error: Type '(params: any) => string' is not assignable to type 'ZRColor | undefined'.
Expected Behavior
With no error.
Environment
Any additional comments?
Just could not compile.