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:
Ziver Koc 2016-06-01 11:14:58 +02:00
parent 92fb46ea0f
commit 80a7989481
4 changed files with 32 additions and 20 deletions

View file

@ -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;
}