Skip to content

Commit

Permalink
Redesign annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrarNad committed Oct 29, 2024
1 parent 26cf52e commit 61c401b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/public/viz-guardrails/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,18 +322,17 @@ export function LineChart({
<g>
<rect
x={width - 220}
y={10}
width={190}
height={40}
width={155}
height={20}
fill="none"
stroke="red"
stroke="rgb(168,24,41)"
strokeWidth={1}
/>
<text
x={width - 210}
y={35}
fill="red"
fontSize="14"
y={15}
fill="rgb(168,24,41)"
fontSize="12"
fontWeight="bold"
>
Notice the Average Line
Expand Down

0 comments on commit 61c401b

Please sign in to comment.