Skip to content

Productivity Analytics: Align custom tooltip styling for scatterplot

Martin Wortschack requested to merge mw-pa-scatterplot-custom-tooltip into master

What does this MR do?

In gitlab-ui!867 (merged) we've standardized our default tooltips for gitlab-ui charts. This MR adjusts the custom tooltip for the scatterplot to be aligned with our default tooltip format.

Note: The reason for us using a custom tooltip in this case is because we want to display the date plus time portion in the tooltip (as opposed to just showing the date).

This is behind the productivity_analytics feature flag.

Screenshots

Before After
scatter_tooltip_before scatter_tooltip_after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Martin Wortschack

Merge request reports