-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][IMP] web_timeline - add attribute color_field to be able to specify the bar color in data through a field value #2887
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @tarteo, |
477ee27
to
8e76c77
Compare
8e76c77
to
c7bb043
Compare
hi @pedrobaeza can you take a look at this one too? Thanks in advance |
Please follow commit message guidelines: and put the purpose of the changes in a explained way. |
c5ce1aa
to
4f62ab5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested code and functionality; everything works as expected. Just two remaining points from my side:
- I noticed a difference between
README
andCONFIGURE
. Please runpre-commit
to generate theREADME
from fragments instead of editing it manually. - Please update the commit message according to the guidelines provided by Pedro.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
4f62ab5
to
04df48b
Compare
427d810
to
4805627
Compare
…_field", to be able to directly specify the color of the bar by reading a char field compatible with widget="color" from view's model, the "colors" attribute take precedence over the new "color_field" attribute
4805627
to
61852cb
Compare
Added a new attribute to the view element, to be able to directly specify the color of the bar by reading a char field compatible with widget="color" from view's model, the "colors" attribute take precedence over the new "color_field" attribute