Adarsh-Me commented on issue #21746: URL: https://github.com/apache/echarts/issues/21746#issuecomment-5524286785
Hi! I'd like to fix this. The runtime already treats `null`/`undefined` `min`/`max` as 'auto', so this is a type-definition gap: the axis option types should widen the `min`/`max` fields to also accept `null`/`undefined`, with type tests covering the strictNullChecks case from the reproduction. Could you please assign this to me? Thanks! -- 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]
