diff --git a/src/components/workflows/timeline/BaseTimelineDetailedChart.vue b/src/components/workflows/timeline/BaseTimelineDetailedChart.vue index ca57bb7..4589c07 100644 --- a/src/components/workflows/timeline/BaseTimelineDetailedChart.vue +++ b/src/components/workflows/timeline/BaseTimelineDetailedChart.vue @@ -17,6 +17,7 @@ interface Props { tooltipContent: (d: TimelineChartDataPoint) => string, yAxisTitle?: string, workflow?: string, + label?: string, higherIsPositive?: boolean } @@ -232,6 +233,7 @@ watch([() => props.data, () => props.startDate, () => props.endDate, () => props diff --git a/src/components/workflows/timeline/MetricAverageChart.vue b/src/components/workflows/timeline/MetricAverageChart.vue index 3799cf2..0cd682c 100644 --- a/src/components/workflows/timeline/MetricAverageChart.vue +++ b/src/components/workflows/timeline/MetricAverageChart.vue @@ -84,12 +84,12 @@ function tooltipContent(d: TimelineChartDataPoint) { } }" > -

{{ gtName }}

-

{{ gtName }}