Skip to content

feat(chart): Extend chart CSS to allow for long labels

David O'Regan requested to merge charts-series-label-overflow into master

To account for very long labels inside series label we trunticate the legendd label name in the charts once they're past 120 characters.

For tool tips, we always show the full amount of data but we allow the text to wrap inside the tooltip to make it user readable.

Based on MR: gitlab!29034 (merged)

Screenshots

< 120 > 120
Screenshot_2020-04-08_at_18.10.07 Screenshot_2020-04-08_at_20.00.55
Screenshot_2020-04-08_at_19.59.14 Screenshot_2020-04-08_at_20.00.59
Edited by David O'Regan

Merge request reports