mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.72k stars 142 forks source link

Brand identity management #887

Open mohammadaffaneh opened 2 days ago

mohammadaffaneh commented 2 days ago

Which package?

vizro

What's the problem this feature will solve?

Currently, Vizro lacks built-in support for centralized brand identity management. This means users need to manually customize individual elements (like colors, typography, logos, etc.) across dashboards to align with their brand. This process is repetitive, error-prone, and inefficient for teams that need to maintain consistent branding across multiple dashboards.

I'm trying to ensure all dashboards adhere to a unified brand identity without manually applying the same styles repeatedly. I’ve explored custom CSS and other Dash-based styling solutions, but they lack the modularity and centralized control I need for seamless brand management across projects.

Describe the solution you'd like


Code of Conduct

huong-li-nguyen commented 2 days ago

Hello @mohammadaffaneh,

Thanks for reaching out and sharing your thoughts! 🙏 To customize the dashboard and chart skins, you currently have to overwrite specific CSS variables, place them in your assets folder, and customize the Plotly template. So you’re absolutely right—there isn’t a simple, centralized solution yet, but we’re working on it! A similar issue has also been raised here: https://github.com/mckinsey/vizro/issues/636, but let me give you more details on what we’re planning 📝 :

While we don't have a complete solution yet, rest assured that we're working on it! 💯 Would you be interested in testing a prototype once it's ready? It might take some time, but testing it in real-world scenarios would be helpful!

antonymilne commented 2 days ago

Just to add to what @huong-li-nguyen said: in terms of maintaining consistent branding across multiple dashboards, this is something that I think might actually become easier quite soon with the release of Dash 3 (not sure exactly when it's coming out but it's meant to be soon). It won't immediately change the answers to questions about how to theme a single dashboard, but it could well provide better mechanisms for applying the same theme consistently across many dashboards. Since it's not released yet, it remains to be seen exactly how this will work inside Vizro but I think that for people with multiple Dash or Vizro apps hopefully it could simplify things quite a bit.

Thank you for making this issue, it's really interesting and very clearly written! 🙏

mohammadaffaneh commented 1 day ago

Thank you both for your thoughtful and comprehensive responses! I truly appreciate the time and effort you're investing in improving Vizro.


@huong-li-nguyen

1. Out of curiosity, what other branding elements would you like to see?

Answer:

In addition to logos and watermarks, it would be beneficial to have centralized control over:

These elements would help maintain a cohesive look and feel across all dashboards, enhancing the overall user experience.


@antonymilne

Thank you for the update regarding Dash 3 and its potential impact on theming across multiple dashboards. This sounds promising and could significantly simplify maintaining consistent branding across Vizro apps.

Interest in Contributing:

I will keep you informed about any opportunities to assist in this area, as I am keen to help you guys, but unfortunately cannot commit to anything with the current situation.


Thank you once again for your dedication and for considering these enhancements.