Better ratio for charts
This commit is contained in:
parent
33501135e6
commit
d6a1c9af4f
@ -63,7 +63,7 @@ class WasmVsJsChart extends React.Component {
|
|||||||
<Line
|
<Line
|
||||||
ref={ref => (this.ref = ref)}
|
ref={ref => (this.ref = ref)}
|
||||||
height={400}
|
height={400}
|
||||||
width={400}
|
width={600}
|
||||||
data={data}
|
data={data}
|
||||||
options={options}
|
options={options}
|
||||||
/>
|
/>
|
||||||
@ -152,7 +152,7 @@ class WasmStackChart extends React.Component {
|
|||||||
<Bar
|
<Bar
|
||||||
ref={ref => (this.ref = ref)}
|
ref={ref => (this.ref = ref)}
|
||||||
height={400}
|
height={400}
|
||||||
width={400}
|
width={600}
|
||||||
data={data}
|
data={data}
|
||||||
options={options}
|
options={options}
|
||||||
/>
|
/>
|
||||||
@ -181,7 +181,7 @@ class JsStackChart extends React.Component {
|
|||||||
<Bar
|
<Bar
|
||||||
ref={ref => (this.ref = ref)}
|
ref={ref => (this.ref = ref)}
|
||||||
height={400}
|
height={400}
|
||||||
width={400}
|
width={600}
|
||||||
data={data}
|
data={data}
|
||||||
options={options}
|
options={options}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user