File tree 1 file changed +4
-4
lines changed
ui/src/components/Transactions
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ export const TransactionsView: FC = ({ }) => {
33
33
< XAxis dataKey = "Time" />
34
34
< YAxis />
35
35
< Tooltip />
36
- < Area type = "monotone" dataKey = "Created " stackId = "1" stroke = "#9e0142" fill = "#9e0142" />
37
- < Area type = "monotone" dataKey = "In Input Block" stackId = "1" stroke = "#d0394e" fill = "#d0394e" />
38
- < Area type = "monotone" dataKey = "In Endorser Block" stackId = "1" stroke = "#ef6445" fill = "#ef6445" />
39
- < Area type = "monotone" dataKey = "On Chain " stackId = "1" stroke = "#fb9d56" fill = "#fb9d56" />
36
+ < Area type = "monotone" dataKey = "On Chain " stackId = "1" stroke = "#9e0142" fill = "#9e0142" />
37
+ < Area type = "monotone" dataKey = "In Endorser Block" stackId = "1" stroke = "#d0394e" fill = "#d0394e" />
38
+ < Area type = "monotone" dataKey = "In Input Block" stackId = "1" stroke = "#ef6445" fill = "#ef6445" />
39
+ < Area type = "monotone" dataKey = "Created " stackId = "1" stroke = "#fb9d56" fill = "#fb9d56" />
40
40
</ AreaChart >
41
41
</ ResponsiveContainer >
42
42
</ div >
You can’t perform that action at this time.
0 commit comments