Skip to content

fix(GlChartLegend): remove tooltips from labels of tabular legends

What does this MR do?

Removes the tooltips from the tabular chart legend labels, as it was discovered during a UX review that the cases where they encumber the UI far outweigh the cases where they help (i.e. when the legend labels are too long to fit).

Relevant conversation here: !1385 (comment 345779374)

Tooltip example

Screenshot_2020-06-10_at_23.54.02

Related issue

#812 (closed)

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.
Edited by 🤖 GitLab Bot 🤖

Merge request reports