add count to scatterplot constructor

This commit is contained in:
Colin Megill
2018-04-18 00:34:14 -07:00
parent 81b46a321a
commit e35be3b96c
@@ -50,6 +50,7 @@ import {
class Scatterplot extends React.Component {
constructor(props) {
super(props);
this.count = 0;
this.state = {
svg: null,
ctx: null,