Closed arouinfar closed 5 months ago
If I'm mistaken and we can link to histogramsModel.kineticEnergy and histogramsModel.speed, let's do that. Otherwise, linking to histogramsModel is perfectly fine.
Linking to histogramsModel.kineticEnergy
and histogramsModel.speed
would require some relatively major code changes. So I linked to histogramsModel
, and added phetioFeatured: true
where requested.
@arouinfar please review, close if OK.
Thanks @pixelzoom! Looks good in main, closing.
For #30
It would be helpful to link the histogram data, found under
model.histogramsModel
to thehistogramNode
view element.My initial instinct was to add a link to the specific histogram, but it seems like the
histogramsModel.kineticEnergy
andhistogramsModel.speed
are just organizational and not instrumented things. (Nothing shows up in the Element Panel when I select them in the tree.)If I'm mistaken and we can link to
histogramsModel.kineticEnergy
andhistogramsModel.speed
, let's do that. Otherwise, linking tohistogramsModel
is perfectly fine.@pixelzoom please
histogramNode
histogramNode
and the target of the linksphetioFeatured: true
.