Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit a916ee6

Browse files
committed
remove dimensions on canvas
1 parent d130229 commit a916ee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/grapher.js

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export default class Grapher extends React.Component<void, GrapherProps, void> {
196196
<canvas
197197
ref={(element) => (this.canvas = element)}
198198
className="graph-canvas"
199-
width="400" height="400"
200199
{...ariaDescribedbyAttr}
201200
>
202201
<div id={ANNOUNCEMENT_NODE_ID} aria-live="assertive"></div>

0 commit comments

Comments
 (0)