Skip to content

Commit

Permalink
add background data lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Jul 29, 2024
1 parent df7ec5e commit efec16a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
/>
<AxisY formatTick={formatTickY} ticks={5} xTick={2} />

<MultiLine
opacity={0.1}
drawDurationObject={isSafariBrowser
? { duration: 1, delay: 0 }
: { duration: 4000, delay: 1000, easing: quintOut }}
/>

<MultiLine
{hoverData}
drawDurationObject={isSafariBrowser
Expand Down

0 comments on commit efec16a

Please sign in to comment.