mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
colors; amirite? (#234)
This commit is contained in:
parent
94d02dd64c
commit
645537934e
@ -42,7 +42,7 @@ const ShareDetail = (props) => {
|
||||
metrics: row => (
|
||||
<ResponsiveContainer width={"100%"} height={"100%"}>
|
||||
<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>
|
||||
</ResponsiveContainer>
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user