Open maboa opened 5 years ago
Actually, by design, tags and places share the same colour both: in transcript and timeline views. We still need to refine the hues on the overlapping instances though. I’ll rename this ticket accordingly.
@Laurian where/how can I adjust values for instance colours?
background-color: rgba(71, 123, 181, ${0.2 +
subset.length / MAX_OVERLAP}
where const MAX_OVERLAP = 5;
subset.length
is how many tags overlap there
Looks great 👍
This will need to be redone with hex values now that we decided not to use rgbas
Colours require refinement.