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

[GitHub] [incubator-echarts] headgreen commented on issue #11544: geo3D regions regionHeight is not working

headgreen commented on issue #11544: geo3D  regions regionHeight is not working
URL: https://github.com/apache/incubator-echarts/issues/11544#issuecomment-550245902
 
 
   geo3D: {
   regions: [{
               name: '成都市',
               regionHeight: 5,
               itemStyle: {
                 borderWidth: 0,
                 borderColor: '#469BF1',
                 opacity: 0.8
               }
             }, {
               name: '广安市',
               regionHeight: 10,
               itemStyle: {
                 borderWidth: 1,
                 borderColor: '#fff'
               }
             }]
   }
   this is my regions setting , regionHeight is not working

----------------------------------------------------------------
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org