05 2021 档案
摘要:平面和缓冲平面: var geometry = new Three.PlaneBufferGeometry( 10, 10, 1,1 ); var material = new Three.MeshBasicMaterial( { color: 0xffff00 } ); var mesh= new
阅读全文
摘要:改变坐标文字: xAxis、yAxis下添加 axisLabel: { show: true, textStyle: { color: '#ffffff' } } 改变其他文字: title、legend、series下添加 textStyle: { color: '#ffffff' }
阅读全文