From d6a1c9af4fc6f0acf8f47e5b3677db7f17640f8d Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 10 Aug 2019 20:52:01 +0200 Subject: [PATCH] Better ratio for charts --- benchmarking/src/components/chart.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarking/src/components/chart.js b/benchmarking/src/components/chart.js index 0b97530..894f17f 100644 --- a/benchmarking/src/components/chart.js +++ b/benchmarking/src/components/chart.js @@ -63,7 +63,7 @@ class WasmVsJsChart extends React.Component { (this.ref = ref)} height={400} - width={400} + width={600} data={data} options={options} /> @@ -152,7 +152,7 @@ class WasmStackChart extends React.Component { (this.ref = ref)} height={400} - width={400} + width={600} data={data} options={options} /> @@ -181,7 +181,7 @@ class JsStackChart extends React.Component { (this.ref = ref)} height={400} - width={400} + width={600} data={data} options={options} />