whereiscode commented on issue #11660: The inRange color of surface's affects 
lineStyle of line3D, resulting in line3D marking areas on the surface that 
cannot be seen
URL: 
https://github.com/apache/incubator-echarts/issues/11660#issuecomment-554623453
 
 
   ```js
   series = [
   {
                               type: 'surface',
                               data: surfaceData
                           },
   {
   type: 'line3D',
                                       data: lineData,
                                       lineStyle:{
                                           width:20,
                                           color:'#000000'
                                       }
   }
   ]
   ```

----------------------------------------------------------------
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