-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
go.Table appearance ignores the deafult PX template #1869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Right, the PX templates apply only to the PX functions. |
If you want to set a default template |
Thanks for clarifying. So When you say it is a legacy option, do you mean it might go away or be changed soon? Would it make sense to have |
Legacy in this context means we added it in the past for possibly-dubious reasons, but removing or changing its behaviour now would be considered a breaking change that might break some code in the wild and so we're not willing to do that in the near future :) We can talk about it for v5! |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
go.Table
seems to be fixed at using the plotly template, and using PX to change to other templates has no effect. Updating the plotly template even after switching to another PX default template changes the appearance of the table.I couldn't figure out if the template
go.Table
is using is set at a location that is not overwritten when changing the PX default template, or if the plotly template is hardcoded to always be used within the table function.I appreciate that
go.Table
is not a PX function, but since it seemingly is reading from a default template somewhere and the PX templates all specify Table colors, it would be useful if the Table appearance would change when the default PX template changes.Here is an example of what I mean, note the comments.
Fig1

Fig2

Fig3

The text was updated successfully, but these errors were encountered: