提交 892592ff 编写于 作者: K kener

pie多维系列选择

上级 c0a68806
......@@ -600,14 +600,17 @@ define(function (require) {
_selectedMap[itemName] = false;
}
else {
if (something.type == ecConfig.CHART_TYPE_PIE
|| something.type == ecConfig.CHART_TYPE_FORCE
if (something.data
&& (something.type == ecConfig.CHART_TYPE_PIE
|| something.type == ecConfig.CHART_TYPE_FORCE)
) {
queryTarget = [something.data, something.series];
}
else {
queryTarget = [something.series];
}
color = self.getItemStyleColor(
self.deepQuery(
queryTarget, 'itemStyle.normal.color'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册