From 6e996307a1439be849d30073d7df62f63f84ac43 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 31 Jan 2020 09:24:49 +0100 Subject: [PATCH] fix(timeline-chart): Fixes an issue where the label of a key timing marker was cut off. If a key timing marker was rendered too far to the right end of the chart, the label associated with it was cut off by the container. We introduced a threshold of 85%, at which point the label would be rendered on the left hand side of the marker. Fixes #495 --- components/timeline-chart/src/timeline-chart.html | 1 + components/timeline-chart/src/timeline-chart.scss | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/components/timeline-chart/src/timeline-chart.html b/components/timeline-chart/src/timeline-chart.html index 6fba51d2e3..65101b8963 100644 --- a/components/timeline-chart/src/timeline-chart.html +++ b/components/timeline-chart/src/timeline-chart.html @@ -34,6 +34,7 @@