mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
fix graph overflow on certain dimensions
This commit is contained in:
parent
bbcace68cf
commit
1fd1daf476
@ -99,8 +99,6 @@ const MonthlyGraphs = (obj) => {
|
||||
sortOrder="descending"
|
||||
sortKey="sum"
|
||||
radius={300}
|
||||
width={620}
|
||||
height={620}
|
||||
innerRadius={50}
|
||||
labelRadius={130}
|
||||
cornerRadius={3}
|
||||
@ -403,7 +401,7 @@ const MonthlyGraphs = (obj) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="stroke insetEffect" key={obj.seed + "graphs"} style={{ height: '70vh' }}>
|
||||
<div className="stroke insetEffect" key={obj.seed + "graphs"} style={{ minHeight: '70vh' }}>
|
||||
{renderStake ? stakeObj : null}
|
||||
{renderEarnings ? earningsObj : null}
|
||||
{renderBread ? broadcasterObj : null}
|
||||
|
Loading…
x
Reference in New Issue
Block a user