mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 18:38:11 +08:00
add count to scatterplot constructor
This commit is contained in:
@@ -50,6 +50,7 @@ import {
|
||||
class Scatterplot extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.count = 0;
|
||||
this.state = {
|
||||
svg: null,
|
||||
ctx: null,
|
||||
|
||||
Reference in New Issue
Block a user