mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 10:28:12 +08:00
@@ -477,6 +477,7 @@ class Graph extends React.Component {
|
||||
<canvas
|
||||
width={responsive.width - this.graphPaddingRight}
|
||||
height={responsive.height - this.graphPaddingTop}
|
||||
data-testid="layout"
|
||||
ref={canvas => {
|
||||
this.reglCanvas = canvas;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user