Closed engels74 closed 2 months ago
The recent changes introduce a new configuration option, ANNOTATION_COLOR
, across several files, enhancing the customization of graph annotation colors. This option is included in configuration files (config.py
, config.yml.sample
), and it replaces hardcoded colors in graph generation scripts (generate_graphs.py
and generate_graphs_user.py
). The modifications allow users to specify their preferred colors for better visual representation in generated graphs.
Files | Change Summary |
---|---|
README.md |
Added ANNOTATION_COLOR configuration option with a default value of "#ff0000" (red). |
config/config.py , config/config.yml.sample |
Introduced ANNOTATION_COLOR to the configuration, allowing users to customize annotation colors. |
graphs/generate_graphs.py , graphs/generate_graphs_user.py |
Incorporated ANNOTATION_COLOR into graph generation functions, replacing hardcoded colors with configurable options. |
In the world of graphs, so bright and bold,
A color for annotations, now in our hold. π
With red to light up the data we see,
Customization's here, as sweet as can be!
Hop, hop, hooray! Let's make it all clear,
With colors that dance, let's spread some cheer! π°β¨
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?
Changelog:
Summary by CodeRabbit
New Features
ANNOTATION_COLOR
for customizing the color of annotations on graphs, defaulting to red (#ff0000).Documentation