If field_score_bar_end_color is empty (optional field), the color transition script throws an error (""progressbar.js" can't access property "forEach", g is null".
So we need to ensure this thing has a fallback value, maybe:
to: {
color: scoreBarEndColor.length ? scoreBarEndColor : scoreBarColor,
width: scoreStrokeWidth
},
Issue fork drowl_paragraphs-3261592
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
thomas.frobieter