未验证 提交 65b4c149 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #11759 from apache/fix-polar-axisLine

fix(polar): fix axis line not display in polar caused by #11705
......@@ -95,7 +95,7 @@ export default AxisView.extend({
/**
* @private
*/
_axisLine: function (angleAxisModel, polar, ticksAngles, radiusExtent) {
_axisLine: function (angleAxisModel, polar, ticksAngles, minorTickAngles, radiusExtent) {
var lineStyleModel = angleAxisModel.getModel('axisLine.lineStyle');
// extent id of the axis radius (r0 and r)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册