提交 e9549218 编写于 作者: jeoy_z's avatar jeoy_z

Temporary solution for chart radar can display axislabel correctly.

* fix bug #9282
上级 3c19eb3e
......@@ -643,7 +643,7 @@ function buildAxisLabel(axisBuilder, axisModel, opt) {
) * PI / 180;
var labelLayout = innerTextLayout(opt.rotation, labelRotation, opt.labelDirection);
var rawCategoryData = axisModel.getCategories(true);
var rawCategoryData = axisModel.getCategories && axisModel.getCategories(true);
var labelEls = [];
var silent = isLabelSilent(axisModel);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册