Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from freckle/lucky/remove-dimensions-on-canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysoni authored Jan 30, 2023
2 parents d130229 + abfa1fd commit fbffc18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphy-js",
"version": "0.0.15",
"version": "0.0.16",
"author": {
"name": "Front Row Education",
"email": "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion src/grapher.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export default class Grapher extends React.Component<void, GrapherProps, void> {
<canvas
ref={(element) => (this.canvas = element)}
className="graph-canvas"
width="400" height="400"
{...ariaDescribedbyAttr}
>
<div id={ANNOUNCEMENT_NODE_ID} aria-live="assertive"></div>
Expand Down

0 comments on commit fbffc18

Please sign in to comment.