Update graph size

This commit is contained in:
Wilson Lin 2021-08-09 19:31:36 +10:00
commit 3b6c22088e

View file

@ -214,8 +214,8 @@ const renderChart = (cfg, width, height) =>
},
...breakdownChartOptions("Operations per second, relative to minify-html"),
},
800,
1280
900,
1600
)
);
@ -233,8 +233,8 @@ const renderChart = (cfg, width, height) =>
},
...breakdownChartOptions("Size reduction, relative to minify-html"),
},
800,
1280
900,
1600
)
);
})();