Skip to content

Commit b091f0a

Browse files
authored
/ Transparent background for abstract chart
1 parent b139349 commit b091f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abstract-chart.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ class AbstractChart extends Component {
198198
x2={width}
199199
y2={0}
200200
>
201-
<Stop offset="0" stopColor={backgroundGradientFrom} />
202-
<Stop offset="1" stopColor={backgroundGradientTo} />
201+
<Stop offset="0" stopColor={backgroundGradientFrom} stopOpacity="0" />
202+
<Stop offset="1" stopColor={backgroundGradientTo} stopOpacity="0" />
203203
</LinearGradient>
204204
<LinearGradient
205205
id="fillShadowGradient"

0 commit comments

Comments
 (0)