mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +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"
|
sortOrder="descending"
|
||||||
sortKey="sum"
|
sortKey="sum"
|
||||||
radius={300}
|
radius={300}
|
||||||
width={620}
|
|
||||||
height={620}
|
|
||||||
innerRadius={50}
|
innerRadius={50}
|
||||||
labelRadius={130}
|
labelRadius={130}
|
||||||
cornerRadius={3}
|
cornerRadius={3}
|
||||||
@ -403,7 +401,7 @@ const MonthlyGraphs = (obj) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
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}
|
{renderStake ? stakeObj : null}
|
||||||
{renderEarnings ? earningsObj : null}
|
{renderEarnings ? earningsObj : null}
|
||||||
{renderBread ? broadcasterObj : null}
|
{renderBread ? broadcasterObj : null}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user