iossifovlab / gpfjs

MIT License
0 stars 0 forks source link

Fix histogram descriptions width #1062

Closed IlinaGergova closed 3 months ago

IlinaGergova commented 3 months ago

Background

  1. In some cases the description texts for small values and large values for helper modal histograms are too long and overlaps with the text of the score in the middle.

  2. In phenotype tool there is an error in chart legend - the last (red empty) circle should be 'female without hit' not 'male without hit.

Aim

  1. To reduce the max-width of the descriptions.

  2. To fix the text in the legend in pheno tool.

Implementation

  1. Reduce the max-width and move the descriptions a bit lower.