mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 12:42:18 +02:00
colors; amirite? (#234)
This commit is contained in:
parent
94d02dd64c
commit
645537934e
@ -42,7 +42,7 @@ const ShareDetail = (props) => {
|
|||||||
metrics: row => (
|
metrics: row => (
|
||||||
<ResponsiveContainer width={"100%"} height={"100%"}>
|
<ResponsiveContainer width={"100%"} height={"100%"}>
|
||||||
<AreaChart data={row.value}>
|
<AreaChart data={row.value}>
|
||||||
<Area type="linearClosed" dataKey={(v) => v} stroke={"#231069"} fillOpacity={1} fill={"#04adef"} isAnimationActive={false} dot={false} />
|
<Area type="linearClosed" dataKey={(v) => v} stroke={"#231069"} fillOpacity={1} fill={"#655796"} isAnimationActive={false} dot={false} />
|
||||||
</AreaChart>
|
</AreaChart>
|
||||||
</ResponsiveContainer>
|
</ResponsiveContainer>
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user