Skip to content

Commit

Permalink
apr: set plotly charts rangemode to nonzero
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Dec 22, 2023
1 parent 8c6c882 commit 6339695
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default function HistoricalChartWrapper({
fixedrange: true,
// @ts-expect-error
tickmode: "sync",
rangemode: "nonnegative",
title: "Swap Fee",
overlaying: "y",
side: "right",
Expand All @@ -123,6 +124,7 @@ export default function HistoricalChartWrapper({
fixedrange: true,
// @ts-expect-error
tickmode: "sync",
rangemode: "nonnegative",
title: "TVL",
overlaying: "y",
side: "right",
Expand All @@ -137,6 +139,7 @@ export default function HistoricalChartWrapper({
fixedrange: true,
// @ts-expect-error
tickmode: "sync",
rangemode: "nonnegative",
title: "Volume",
overlaying: "y",
side: "right",
Expand All @@ -151,6 +154,7 @@ export default function HistoricalChartWrapper({
fixedrange: true,
// @ts-expect-error
tickmode: "sync",
rangemode: "nonnegative",
title: "APR %",
overlaying: "y",
anchor: "free",
Expand Down

0 comments on commit 6339695

Please sign in to comment.