diff --git a/js/common/model/Histogram.ts b/js/common/model/Histogram.ts index 3a57a191..3850da38 100644 --- a/js/common/model/Histogram.ts +++ b/js/common/model/Histogram.ts @@ -136,6 +136,7 @@ export default class Histogram { } public reset(): void { + this.zoomProperty.reset(); this.selectedBinWidthProperty.reset(); this.selectedTotalBinsProperty.reset(); }