Add some opacity to gas limit dataset to minimize overlap blindness with base fee dataset
This commit is contained in:
parent
d6fed2fa4b
commit
de8087cfca
|
@ -148,7 +148,7 @@ export const gasChartData = (blocks: ExtendedBlock[]): ChartData => ({
|
||||||
{
|
{
|
||||||
label: "Gas limit",
|
label: "Gas limit",
|
||||||
data: blocks.map((b) => b.gasLimit.toNumber()).reverse(),
|
data: blocks.map((b) => b.gasLimit.toNumber()).reverse(),
|
||||||
borderColor: "#B91C1C",
|
borderColor: "#B91C1CF0",
|
||||||
tension: 0.2,
|
tension: 0.2,
|
||||||
pointStyle: "crossRot",
|
pointStyle: "crossRot",
|
||||||
radius: 5,
|
radius: 5,
|
||||||
|
|
Loading…
Reference in New Issue