this.coordinateCalculator.addObserver("propertyChanged", (n, e) => {
      if (e.key !== "displayableCandleCount") return;
      this.displayableCandleCount = e.newValue;
      this.update();
    }, this);