zhaoxiaoran opened a new issue #10788: bar3D无法进行堆叠
URL: https://github.com/apache/incubator-echarts/issues/10788
 
 
   ### Version
   4.1.0-release
   
   ### Steps to reproduce
   设置bar3D为stack,并没有堆叠。
   
   ### What is expected?
   柱状图堆叠
   
   ### What is actually happening?
   柱状图相互重合
   
   ---
   bar3D使用coordinateSystem: 'geo3D'定位
   
   `{
               type: 'bar3D',
               coordinateSystem: 'geo3D',
               barSize: 1,
               zlevel: 10,
               minHeight: 1,
               stack: 'stack',
               data: [
                   [121.472644, 31.231706, 100],
                   [118.767413, 32.041544, 80],
                   [120.153576, 30.287459, 80],
                   [117.283042, 31.86119, 80],
                   [119.306239, 26.075302, 60],
               ]
           }, {
               type: 'bar3D',
               coordinateSystem: 'geo3D',
               barSize: 1,
               zlevel: 10,
               minHeight: 1,
               stack: 'stack',
               data: [
                   [121.472644, 31.231706, 100],
                   [118.767413, 32.041544, 80],
                   [120.153576, 30.287459, 80],
                   [117.283042, 31.86119, 80],
                   [119.306239, 26.075302, 60],
               ]
           }`
   
   <!-- 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