Skip to content

Commit

Permalink
feat(insights): hides y axis split line in performance score chart (#…
Browse files Browse the repository at this point in the history
…72702)

Hides y axis split line in performance score chart
  • Loading branch information
edwardgou-sentry authored Jun 13, 2024
1 parent fff1ac6 commit 5e966b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export function PerformanceScoreBreakdownChart({transaction}: Props) {
<PerformanceScoreSubtext>{performanceScoreSubtext}</PerformanceScoreSubtext>
<Chart
stacked
hideYAxisSplitLine
height={180}
data={
isTimeseriesLoading ||
Expand Down

0 comments on commit 5e966b1

Please sign in to comment.