Ovilia commented on a change in pull request #12418: Fix 12109
URL: 
https://github.com/apache/incubator-echarts/pull/12418#discussion_r407897310
 
 

 ##########
 File path: src/layout/barPolar.js
 ##########
 @@ -112,7 +132,7 @@ function barLayoutPolar(seriesType, ecModel, api) {
 
             // radial sector
             if (valueAxis.dim === 'radius') {
-                var radiusSpan = valueAxis.dataToRadius(value) - 
valueAxisStart;
+                var radiusSpan = valueAxis.dataToRadius(value) - 
valueAxis.dataToRadius(valueAxis.getExtent()[0])
 
 Review comment:
   This should stay unchanged.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to