-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Radar with Log Axis throws error #11298
Copy link
Copy link
Closed
Labels
Description
Version
4.3.0
Steps to reproduce
- Set up a radar chart
- Add to options:
radiusAxis: { type: 'log' }
What is expected?
The same chart to render with log10-axis
What is actually happening?
Got an exception:
ERROR TypeError: "radiusAxis is null"
render RadiusAxisView.js:61
renderComponents echarts.js:1369
each util.js:298
renderComponents echarts.js:1367
render echarts.js:1353
update echarts.js:805
setOption echarts.js:398
Reactions are currently unavailable