提交 755fe4d5 编写于 作者: L lang

Fix mapValueCalculation in tooltip

上级 831284e4
......@@ -105,6 +105,12 @@ define(function (require) {
}
},
getRawValue: function (dataIndex) {
// Use value stored in data instead because it is calculated from multiple series
// FIXME Provide all value of multiple series ?
return this._data.get('value', dataIndex);
},
/**
* Map tooltip formatter
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册