mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +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="row">
|
||||
<VictoryPie padding={100} data={pieList} x="address" y="sum"
|
||||
sortOrder="descending"
|
||||
sortKey = "sum"
|
||||
colorScale={[
|
||||
"#003f5c",
|
||||
"#2f4b7c",
|
||||
|
@ -90,12 +90,6 @@ const Grafana = (obj) => {
|
||||
<p>Full Statistics</p>
|
||||
</button>
|
||||
</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 className="verticalDivider" />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user