Skip to content

Commit e99e968

Browse files
authored
fix: Allow styling the area path separately (#80)
Closes #79.
1 parent 63e6ae6 commit e99e968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/seriesTypes/Area.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export default function Area({ series, showOrphans, curve }) {
5757
style: {
5858
...defaultAreaStyle,
5959
...style,
60-
...style.line
60+
...style.line,
61+
...style.area
6162
}
6263
};
6364
const renderedAreaPath = usePropsMemo(

0 commit comments

Comments
 (0)