Adelaide1014 commented on issue #8020: 雷达图刻度显示不出来,js出错:TypeError: 
e.getCategories is not a function
URL: 
https://github.com/apache/incubator-echarts/issues/8020#issuecomment-380019806
 
 
   ` axisTick:{ show: true, }`添加展示刻度;
   TypeError: e.getCategories is not a function报错是因为:
   <pre>
   axisLabel: {
                               show: true,
                               inside: true,
                               margin: 10,
                               formatter: '{value} %',
                               textStyle: {
                                   fontSize: 2,
                               }
                           }
       },
   </pre>
   axisLabe是用来展示刻度的标签的,不是展示刻度的,刻度用标签axisTick控制

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to