plotly / plotly.js

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

Reorder trace registry #5562

Closed archmoj closed 3 months ago

archmoj commented 3 years ago

When looking at the order of traces being registered in lib/index.js (see image below), it appears that the ordering could be improved a bit to help finding different categories (and only if the order of registering has no impact). At the moment it is started with the scatter trace followed by a number of other cartesian traces; but then you will find scatterternary right before violin and other cartesian traces. On the other hand carpet, ohlc and candlestick are required in the end.

traceRegister

gvwilson commented 3 months ago

Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson