提交 eca1fb15 编写于 作者: K kener

tooltip 雷达图空数据bug fix

上级 01e68d65
......@@ -675,14 +675,17 @@ define(function (require) {
: {name:'', value: {dataIndex:'-'}};
params.push([
typeof seriesArray[i].name != 'undefin'
? seriesArray[i].name : '',
typeof seriesArray[i].name != 'undefined'
? seriesArray[i].name : '',
data.name,
data.value[dataIndex],
indicatorName
]);
}
}
if (params.length <= 0) {
return;
}
if (typeof formatter == 'function') {
_curTicket = 'axis:' + dataIndex;
_tDom.innerHTML = formatter(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册