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
echarts.js:38134 Uncaught TypeError: axisModel.getCategories is not a function
at buildAxisLabel (echarts.js:38134)
at AxisBuilder.axisTickLabel (echarts.js:37751)
at AxisBuilder.add (echarts.js:37626)
at Array.forEach ()
at each$1 (echarts.js:524)
at ExtendedClass. (echarts.js:42087)
at Array.forEach ()
at each$1 (echarts.js:524)
at ExtendedClass._buildAxes (echarts.js:42086)
at ExtendedClass.render (echarts.js:42068)
38133 var labelLayout = innerTextLayout(opt.rotation, labelRotation, opt.labelDirection);
38134 var rawCategoryData = axisModel.getCategories(true);
以官网链接为例:http://echarts.baidu.com/examples/editor.html?c=radar
One-line summary [问题简述]
Radar雷达使用axisLabel后,直接崩溃。
axisLabel:{
show:true,
}
echarts.js:38134 Uncaught TypeError: axisModel.getCategories is not a function
at buildAxisLabel (echarts.js:38134)
at AxisBuilder.axisTickLabel (echarts.js:37751)
at AxisBuilder.add (echarts.js:37626)
at Array.forEach ()
at each$1 (echarts.js:524)
at ExtendedClass. (echarts.js:42087)
at Array.forEach ()
at each$1 (echarts.js:524)
at ExtendedClass._buildAxes (echarts.js:42086)
at ExtendedClass.render (echarts.js:42068)
38133 var labelLayout = innerTextLayout(opt.rotation, labelRotation, opt.labelDirection);
38134 var rawCategoryData = axisModel.getCategories(true);
Version & Environment [版本及环境]
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
The text was updated successfully, but these errors were encountered: