-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radar无法显示刻度,报错 #8301
Comments
版本 4.1.0 |
我今天也遇到同样的问题了, 设置axisLabel: {show: true}就会报错 |
....我说我怎么配置都不对,我把版本记录完整读了一遍还是没找到升级之后的办法,原来是根本就不支持阿。那文档应该把这个配置删除掉阿 |
Closed
Fixed in #10036 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One-line summary [问题简述]
使用type为radar时,无法显示刻度。
axisLabel: {
show: true 设置为false才行
},
TypeError: axisModel.getCategories is not a function
at buildAxisLabel (eval at (reportpreviews.js:1296), :556:35)
at AxisBuilder.axisTickLabel (eval at (reportpreviews.js:1296), :235:20)
at AxisBuilder.add (eval at (reportpreviews.js:1296), :137:20)
at Array.forEach ()
at Object.each (eval at (reportpreviews.js:594), :298:9)
at ExtendedClass.eval (eval at (reportpreviews.js:3248), :57:14)
at Array.forEach ()
at Object.each (eval at (reportpreviews.js:594), :298:9)
at ExtendedClass._buildAxes (eval at (reportpreviews.js:3248), :56:12)
at ExtendedClass.render (eval at (reportpreviews.js:3248), :39:10)
Version & Environment [版本及环境]
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: