Alfavisioner opened a new issue, #19030: URL: https://github.com/apache/echarts/issues/19030
### What problem does this feature solve? I need to move graph slightly up at start like on the second screenshot. Because a lot of space at the top is unused.  I may change position top and position bottom of grid box. It will move box BUT part of chart space is being cropped (look at the bottom). It is not feature i need.  Suggest to add posibility to control initial scene for 3D charts. ### What does the proposed API look like? Sometning like in Plotly fig = go.Figure(data=[go.Scatter3d(x=x, y=y, z=z, mode='markers')], layout=go.Layout(scene=dict(camera=dict( up=dict(x=0, y=0, z=1), center=dict(x=0, y=0, z=0), eye=dict(x=1, y=1, z=1),  )))) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
