Skip to content

Commit e212c8e

Browse files
committed
2 parents 37d2dc8 + e99e968 commit e212c8e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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(

www/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,9 +1036,9 @@ acorn-jsx@^5.1.0:
10361036
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
10371037

10381038
acorn@^6.2.1:
1039-
version "6.3.0"
1040-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
1041-
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
1039+
version "6.4.1"
1040+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
1041+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
10421042

10431043
acorn@^7.1.0:
10441044
version "7.1.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,9 +1120,9 @@ acorn-jsx@^5.1.0:
11201120
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
11211121

11221122
acorn@^7.1.0:
1123-
version "7.1.0"
1124-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
1125-
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
1123+
version "7.1.1"
1124+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
1125+
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
11261126

11271127
ajv@^6.10.0, ajv@^6.10.2:
11281128
version "6.10.2"

0 commit comments

Comments
 (0)