headgreen edited a comment 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:
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