DOC: add documentation of themes & customization
See original GitHub issueHi, we’re using our own theme (config) for our charts using vega - if I understand correctly it can be done through the altair by using Chart.configure()
for each chart.
What I am proposing is to add single method like
import altair as alt
altair.configure() # or altair.defaults()
so that we won’t need to patch every single chart. I will be happy to PR (sounds trivial), if you think this is a good idea
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Theme Customization API - WordPress Codex
This page documents the Theme Customization API (Application Programming Interface), and how to implement it in your own themes.
Read more >Change a theme and make it the default in Word or Excel
Customize or create a new theme with colors, fonts, or effects and save it for ... Document themes make it easy to coordinate...
Read more >Do You Actually Need WordPress Documentation Themes ...
Besides, you can customize the design of your entire online documentation site by navigating to the Design Section → Customization BetterDocs.
Read more >Applying a custom theme or brand | The Document Assembly ...
start with a theme generator tool like bootstrap.build and in some cases, add some custom CSS to make it work with Docassemble. Using...
Read more >Customizing Your Theme - MkDocs
Any extra CSS or JavaScript files will be added to the generated HTML document after the page content. If you desire to include...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s doable, it just will take some thought to implement well.
I am closing this as themes are now documented.