You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2019/12/02 06:16:37 UTC

[incubator-echarts] branch fix-polar-axisLine created (now 11e3d44)

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch fix-polar-axisLine
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


      at 11e3d44  fix(polar): fix axis line not display in polar caused by #11705

This branch includes the following new commits:

     new 11e3d44  fix(polar): fix axis line not display in polar caused by #11705

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[incubator-echarts] 01/01: fix(polar): fix axis line not display in polar caused by #11705

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch fix-polar-axisLine
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 11e3d44dc4a1351174e0a297bae6adb6726d0774
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Dec 2 14:14:20 2019 +0800

    fix(polar): fix axis line not display in polar caused by #11705
---
 src/component/axis/AngleAxisView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/component/axis/AngleAxisView.js b/src/component/axis/AngleAxisView.js
index 096e46a..1675547 100644
--- a/src/component/axis/AngleAxisView.js
+++ b/src/component/axis/AngleAxisView.js
@@ -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)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org