Merge pull request #89 in DNS/adguard-dns from fix/433 to master
* commit '90ed48e9fbc140ef3ab09f4ae006a4b4d433e518': Fix graph corruption on Edge browser
This commit is contained in:
commit
41c9a89516
@ -19,11 +19,11 @@ const Line = props => (
|
|||||||
curve='linear'
|
curve='linear'
|
||||||
axisBottom={{
|
axisBottom={{
|
||||||
tickSize: 0,
|
tickSize: 0,
|
||||||
tickPadding: 0,
|
tickPadding: 10,
|
||||||
}}
|
}}
|
||||||
axisLeft={{
|
axisLeft={{
|
||||||
tickSize: 0,
|
tickSize: 0,
|
||||||
tickPadding: 0,
|
tickPadding: 10,
|
||||||
}}
|
}}
|
||||||
enableGridX={false}
|
enableGridX={false}
|
||||||
enableGridY={false}
|
enableGridY={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user