series[] = $data; } public function render(): array { if (0 === count($this->series)) { throw new FireflyException('No series added to chart'); } return $this->series; } }