ShannonZ opened a new issue #10353: logBase在三维曲面图中设置后无效
URL: https://github.com/apache/incubator-echarts/issues/10353
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   https://echarts.baidu.com/examples/editor.html?c=surface-wave&gl=1
   将坐标轴改为对数刻度
               xAxis3D: {
                   type: 'value',
                   logBase:10
               }
   
   ### What is expected?
   X轴对数刻度显示
   
   ### What is actually happening?
   X轴仍为线性刻度
   
   ---
   X = 0.01 0.1 1 10 100
   Y = 0.01 0.1 1 10 100
   Z = 
   surf(X,Y,Z)后使用对数刻度的横纵坐标显示
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to