Skip to content

feat(heatmap): Add tooltip slot

David O'Regan requested to merge 462 into master

Update the heatmap chart component to accept a slot input for the tooltip like our other charts.

To support #462 (closed)

We also:

  • Support the prop: formatTooltipText
  • Add a test spec for the heatmap
Before After
Screenshot_2020-04-09_at_12.56.00 Screenshot_2020-04-09_at_14.15.50
Screenshot_2020-04-09_at_12.56.08 Screenshot_2020-04-09_at_14.15.58
Edited by David O'Regan

Merge request reports