Replies: 1 comment
|
Several paramaters allow for control of the theme (primary color, logo): https://pandas-profiling.ydata.ai/docs/master/rtd/pages/advanced_usage.html#the-html-report. The theme itself for the HTML reports is set here: There are multiple paths to achieve the desired effect. You could modify the report after its generation, if your need is specific to one style/theme. Alternatively, you could modify the source code to output your theme directly. Finally, you could consider contributing a more general feature that allows for custom CSS. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Missing functionality
I would like to create my own theme (basically control the buttons and navbar color). How is it possible?
One possible way I can think of to implement it is to pass this as configuration parameters and then generate a CSS file as part of the report generating process.
Another way is to have a command line to create this CSS configuration and pass this file as part of the configuration.
All reactions