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} />