Fix graph corruption on Edge browser

Closes #433
This commit is contained in:
Ildar Kamalov 2018-10-27 21:17:48 +03:00
parent b6bc613c87
commit 90ed48e9fb
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ const Line = props => (
curve='linear'
axisBottom={{
tickSize: 0,
tickPadding: 0,
tickPadding: 10,
}}
axisLeft={{
tickSize: 0,
tickPadding: 0,
tickPadding: 10,
}}
enableGridX={false}
enableGridY={false}