You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create chart with echarts.init(),and setOption to set the option,here is the part of my option,and I assign a number for scale, the typescript report an error which is type 'number' is not assignable to type 'boolean',but the doc show number has been supported since v5.3.2
Version
5.3.2
Link to Minimal Reproduction
No response
Steps to Reproduce
create chart with
echarts.init()
,andsetOption
to set the option,here is the part of my option,and I assign anumber
for scale, the typescript report an error which is type 'number' is not assignable to type 'boolean',but the doc shownumber
has been supported since v5.3.2Current Behavior
assign a
number
for scale, report an errorExpected Behavior
correct type detection
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: