[APM] Override EUI chart default styles for gridlines (#21723) (#21729)

Reverting to APM style override for chart gridlines
This commit is contained in:
Casper Hübertz 2018-08-07 18:15:38 +02:00 committed by GitHub
parent 3cd996032b
commit 23aaaee6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,12 @@ Hide the "0-10 of 100" text in KUIPager component for all KUIControlledTable
.kuiControlledTable .kuiPagerText {
display: none;
}
/*
Hide default dashed gridlines in EUI chart component for all APM graphs
*/
.rv-xy-plot__grid-lines__line {
stroke-opacity: 1;
stroke-dasharray: 1;
}