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.
   
![Graph](https://github.com/apache/echarts/assets/44602189/69bcf15c-92f5-47d4-9a80-8850266f7fc5)
   
   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.
   
![Graph2](https://github.com/apache/echarts/assets/44602189/08e12800-8876-4f38-86ef-92488d2c4c34)
   
   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),  
   
![Graph](https://github.com/apache/echarts/assets/44602189/470f2b8a-ba6f-4533-8847-c313190407b0)
   
                   ))))


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

Reply via email to