mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
colours
This commit is contained in:
parent
e174a55f1a
commit
0532e1dc98
@ -105,24 +105,30 @@ const WinnerMonth = (obj) => {
|
|||||||
sortOrder="descending"
|
sortOrder="descending"
|
||||||
sortKey="sum"
|
sortKey="sum"
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#003f5c",
|
"#201f5c",
|
||||||
"#2f4b7c",
|
"#56256c",
|
||||||
"#665191",
|
"#872974",
|
||||||
"#ff7c43",
|
"#b63074",
|
||||||
"#ffa600",
|
"#de416d",
|
||||||
"#5c3446",
|
"#ff5c5f",
|
||||||
"#83424e",
|
"#ffe085",
|
||||||
"#a6544e",
|
"#f0e575",
|
||||||
"#c16d46",
|
"#daec69",
|
||||||
"#d18d3c",
|
"#bef262",
|
||||||
"#d3b136",
|
"#97f964",
|
||||||
"#c5d843",
|
"#5cff6f",
|
||||||
"#a3ff69",
|
"#14ff47",
|
||||||
"#275c18",
|
"#00fb94",
|
||||||
"#007b56",
|
"#00f3cd",
|
||||||
"#009897",
|
"#00e7f3",
|
||||||
"#00b1d2",
|
"#00d8ff",
|
||||||
"#78c7ff"
|
"#24c8ff",
|
||||||
|
"#0a78ff",
|
||||||
|
"#5864d7",
|
||||||
|
"#6952b1",
|
||||||
|
"#69448d",
|
||||||
|
"#61386c",
|
||||||
|
"#522f50"
|
||||||
]}
|
]}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
||||||
@ -171,19 +177,30 @@ const WinnerMonth = (obj) => {
|
|||||||
sortOrder="descending"
|
sortOrder="descending"
|
||||||
sortKey="sum"
|
sortKey="sum"
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#003f5c",
|
"#201f5c",
|
||||||
"#2f4b7c",
|
"#56256c",
|
||||||
"#665191",
|
"#872974",
|
||||||
"#ff7c43",
|
"#b63074",
|
||||||
"#ffa600",
|
"#de416d",
|
||||||
"#5c3446",
|
"#ff5c5f",
|
||||||
"#83424e",
|
"#ffe085",
|
||||||
"#a6544e",
|
"#f0e575",
|
||||||
"#c16d46",
|
"#daec69",
|
||||||
"#d18d3c",
|
"#bef262",
|
||||||
"#d3b136",
|
"#97f964",
|
||||||
"#c5d843",
|
"#5cff6f",
|
||||||
"#a3ff69",
|
"#14ff47",
|
||||||
|
"#00fb94",
|
||||||
|
"#00f3cd",
|
||||||
|
"#00e7f3",
|
||||||
|
"#00d8ff",
|
||||||
|
"#24c8ff",
|
||||||
|
"#0a78ff",
|
||||||
|
"#5864d7",
|
||||||
|
"#6952b1",
|
||||||
|
"#69448d",
|
||||||
|
"#61386c",
|
||||||
|
"#522f50"
|
||||||
]}
|
]}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
||||||
@ -230,19 +247,30 @@ const WinnerMonth = (obj) => {
|
|||||||
sortOrder="descending"
|
sortOrder="descending"
|
||||||
sortKey="sum"
|
sortKey="sum"
|
||||||
colorScale={[
|
colorScale={[
|
||||||
"#003f5c",
|
"#201f5c",
|
||||||
"#2f4b7c",
|
"#56256c",
|
||||||
"#665191",
|
"#872974",
|
||||||
"#ff7c43",
|
"#b63074",
|
||||||
"#ffa600",
|
"#de416d",
|
||||||
"#5c3446",
|
"#ff5c5f",
|
||||||
"#83424e",
|
"#ffe085",
|
||||||
"#a6544e",
|
"#f0e575",
|
||||||
"#c16d46",
|
"#daec69",
|
||||||
"#d18d3c",
|
"#bef262",
|
||||||
"#d3b136",
|
"#97f964",
|
||||||
"#c5d843",
|
"#5cff6f",
|
||||||
"#a3ff69",
|
"#14ff47",
|
||||||
|
"#00fb94",
|
||||||
|
"#00f3cd",
|
||||||
|
"#00e7f3",
|
||||||
|
"#00d8ff",
|
||||||
|
"#24c8ff",
|
||||||
|
"#0a78ff",
|
||||||
|
"#5864d7",
|
||||||
|
"#6952b1",
|
||||||
|
"#69448d",
|
||||||
|
"#61386c",
|
||||||
|
"#522f50"
|
||||||
]}
|
]}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
backgroundColor: 'rgba(122, 128, 127, 0.4)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user