Skip to content

fix(GlChart): Tooltip title values not displaying

Brandon Labuschagne requested to merge fix-chart-tooltip-titles into master

What does this MR do?

It seems that the tooltip title value were lost a couple of months ago, this MR reintroduces the values for the area and line charts.

Before After
Screenshot_2020-09-15_at_16.40.08 Screenshot_2020-09-15_at_16.39.49

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.

Related issue

gitlab#238665 (closed)

Edited by Brandon Labuschagne

Merge request reports