Commit 2d9604cd authored by Greg Bugyis's avatar Greg Bugyis Committed by GitHub

fix: Tick collisions on token detail price chart (#4623)

parent 7930709b
......@@ -200,7 +200,7 @@ export function PriceChart({ width, height, tokenAddress, priceData }: PriceChar
return [
monthYearFormatter(locale),
monthYearDayFormatter(locale),
timeMonth.range(startDate, endDate, 3).map((x) => x.valueOf() / 1000),
timeMonth.range(startDate, endDate, 6).map((x) => x.valueOf() / 1000),
]
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment