Closed engels74 closed 3 months ago
The recent changes enhance the application's configuration and visualization capabilities by introducing new color settings for TV and movie displays. Key configuration values, TV_COLOR
and MOVIE_COLOR
, have been added, enabling users to customize the graphical representation of data. Additionally, these colors are consistently applied throughout the graph generation process, improving the clarity and aesthetics of visual outputs related to user engagement with TV and movie content.
Files | Change Summary |
---|---|
config/config.py , config/config.yml.sample |
Added TV_COLOR and MOVIE_COLOR configuration keys to customize color settings for UI theming and branding. |
graphs/generate_graphs.py |
Implemented TV_COLOR and MOVIE_COLOR to enhance graph visualization, ensuring consistent color coding for TV and movie data. |
In fields of colors bright and bold,
A tale of TV and movies told.
With shades of blue and orange hue,
The graphs now dance, a lovely view!
So hop along, dear friends, with glee,
For data's joy is plain to see! 📊✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Previously the top_10_users graph did not sort correctly. Now it combines the watch data (the total amount of plays) of both TV series and Movies to get a more accurate number to sort by.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores