Update graph size

This commit is contained in:
Wilson Lin 2021-08-09 19:31:36 +10:00
parent 6da8f1a2c0
commit 3b6c22088e
1 changed files with 4 additions and 4 deletions

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
)
);
})();