plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

Drop support for deprecated attribute `gl3d.cameraposition` (use `gl3d.camera` instead) #7217

Closed emilykl closed 1 month ago

emilykl commented 1 month ago

Closes #7196

emilykl commented 1 month ago

@archmoj @LiamConnors Do we have docs anywhere explaining how to convert from the old cameraposition to the new camera format? If not, should we?

The conversion can be figured out by looking at this function.

LiamConnors commented 1 month ago

@archmoj @LiamConnors Do we have docs anywhere explaining how to convert from the old cameraposition to the new camera format? If not, should we?

The conversion can be figured out by looking at this function.

There's nothing currently in the docs. I'll write up a page that lists the deprecation removals and how to migrate.

emilykl commented 1 month ago

I'll write up a page that lists the deprecation removals and how to migrate.

That would be fantastic -- thanks @LiamConnors !

LiamConnors commented 1 month ago

@emilykl do you know which traces this was available on? I'm having trouble identifying exactly which ones.

emilykl commented 1 month ago

@LiamConnors I believe it's just 3d surface plots (is that correct @archmoj?)