Open darkons opened 6 months ago
Hello!
I'm sorry but I barely have time to make a PR
public function setDataLabelsBackground(array $dataLabelsBackground): Chart { $this->dataLabelsBackground = $dataLabelsBackground; $this->setOption([ 'dataLabels' => [ 'enabled' => $dataLabelsBackground, ], ]); return $this; }
enabled should be changed to background
enabled
background
Thank your for this package!
Hello!
I'm sorry but I barely have time to make a PR
enabled
should be changed tobackground
Thank your for this package!