Created
July 9, 2021 09:40
-
-
Save messutied/4dcc75766786f909bbaebf53a55ffae0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.metrics .metric .metric--chart-container, .metrics .metric .metric--chart-container svg { | |
background: transparent !important; | |
} | |
.metrics .metric .metric--chart-container svg .bg { | |
fill: transparent !important; | |
} | |
svg text { | |
fill: #9cb3c9 !important; | |
} | |
svg .gridlayer, svg .zerolinelayer { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment