Skip to content

Commit

Permalink
✨ (slope) always show annotation in the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 2, 2024
1 parent 49e0bdc commit cfea88b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,7 @@ export class SlopeChart
const formatTime = (time: Time) => formatColumn.formatTime(time)

const title = series.seriesName
const titleAnnotation = this.useCompactLineLegend
? series.annotation
: undefined
const titleAnnotation = series.annotation

const actualStartTime = series.start.originalTime
const actualEndTime = series.end.originalTime
Expand Down

0 comments on commit cfea88b

Please sign in to comment.