phetsims / griddle

Dynamic charting library built with Scenery
MIT License
2 stars 4 forks source link

missing visibility annotation for the GridNode #79

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

XYChartNode is missing visibility annotation for the GridNode that it creates:

    this.gridNode = new GridNode( this.chartWidth, this.chartHeight, gridNodeOptions );

Added by @jessegreenberg in f4bdbc34455d096f1348fe6542c263865ec292e3, but @samreid is actively working on griddle. So I'll assign to both.

samreid commented 3 years ago

Fixed, closing.