Add some opacity to gas limit dataset to minimize overlap blindness with base fee dataset

This commit is contained in:
Willian Mitsuda 2021-08-04 16:07:45 -03:00
parent d6fed2fa4b
commit de8087cfca
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ export const gasChartData = (blocks: ExtendedBlock[]): ChartData => ({
{
label: "Gas limit",
data: blocks.map((b) => b.gasLimit.toNumber()).reverse(),
borderColor: "#B91C1C",
borderColor: "#B91C1CF0",
tension: 0.2,
pointStyle: "crossRot",
radius: 5,