We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639da4c commit 4f2e36dCopy full SHA for 4f2e36d
src/Components/ChartShape.php
@@ -79,7 +79,7 @@ public function render(): static
79
$this->axisColor = $this->slide->chartAxisColor;
80
}
81
82
- if (! empty($this->backgroundColor)) {
+ if (! empty($this->backgroundColor) && $this->backgroundColor !== 'transparent') {
83
$this->shape->getFill()
84
->setFillType(Fill::FILL_SOLID)
85
->setStartColor(new Color($this->backgroundColor));
0 commit comments