fixed charts showing all data for a user in the same line drawing and also added a morris override css
This commit is contained in:
parent
92fb46ea0f
commit
80a7989481
4 changed files with 32 additions and 20 deletions
|
|
@ -110,4 +110,12 @@ body {
|
|||
|
||||
.drop-shadow {
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Morris.js charts overrides
|
||||
*/
|
||||
.morris-hover {
|
||||
position: initial;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue