get innerWidth(): number {
    return this.width - this.margin.left - this.margin.right - 2 * this.buffer
  }