mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Sort for color consistency
This commit is contained in:
parent
db9f836b84
commit
d4b69833cf
@ -92,6 +92,8 @@ const WinnerMonth = (obj) => {
|
|||||||
<div className="stroke">
|
<div className="stroke">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<VictoryPie padding={100} data={pieList} x="address" y="sum"
|
<VictoryPie padding={100} data={pieList} x="address" y="sum"
|
||||||
|
sortOrder="descending"
|
||||||
|
sortKey = "sum"
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#003f5c",
|
"#003f5c",
|
||||||
"#2f4b7c",
|
"#2f4b7c",
|
||||||
|
@ -90,12 +90,6 @@ const Grafana = (obj) => {
|
|||||||
<p>Full Statistics</p>
|
<p>Full Statistics</p>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://calendly.com/stronk-dev/30min">
|
|
||||||
<button className="waveButton">
|
|
||||||
<img alt="" src="calendly.png" width="30" height="30" />
|
|
||||||
<p>Book a meeting</p>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider" />
|
<div className="verticalDivider" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user