meedan / montage-components

Monorepo of components for Montage
https://montage.meedan.com
0 stars 0 forks source link

Refine colors of transcript annotation instances. #150

Open maboa opened 5 years ago

maboa commented 5 years ago

Colours require refinement.

piotrfonte commented 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.

piotrfonte commented 5 years ago

@Laurian where/how can I adjust values for instance colours?

Laurian commented 5 years ago

https://github.com/meedan/montage-components/blob/develop/packages/video-timeline/src/components/Transcript.js#L668-L669

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

maboa commented 5 years ago

Looks great 👍

piotrfonte commented 5 years ago

This will need to be redone with hex values now that we decided not to use rgbas