Files
web/web_widget_progressbar_gradient/readme/DESCRIPTION.md
Denis Roussel 966916a408 [IMP] web_widget_progressbar_gradient: Add inverse option
Allows to reverse the gradient rendering
2024-11-14 17:51:16 +01:00

12 lines
370 B
Markdown

This module allows to display progress bars with colorized gradient bar.
The color will increase following value from green passing per yellow
and finishing to red.
- Normal rendering:
![Progressbar Gradient](../static/description/progressbar_gradient.png)
- Reverse rendering:
![Progressbar Inverse Gradient](../static/description/progressbar_gradient_inverse.png)