You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/07/02 11:58:35 UTC

[GitHub] [incubator-echarts] zhaoxiaoran opened a new issue #10788: bar3D无法进行堆叠

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:
users@infra.apache.org


With regards,
Apache Git Services

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