The R-based visualization template that allows users to specify colors for named components in their visualizations only allows for one name per color, and it only allows for exact matching between labels.
However, as a user, I would like to be able to:
  1. Assign the same color to multiple names, without having to create one setting for each name/label. E.g., to have one color for Jan/Feb/Mar, and one for Apr/May/June without specifying six instances.
  2. Have partial matching, e.g., if I wanted to color all series that contain the string "2025" in one colour, and all series that contain the string "2024" another color, but where each series could have other things in the label, e.g. the month name or whatever.
Created by Mattias Engdahl
·