[#287,view/graph][s]: move current view.graph.js to view.flotr2.js and setup recline.View.Graph to point to recline.View.Flot.

This commit is contained in:
Rufus Pollock
2013-02-09 16:18:37 +00:00
parent 72bcedf419
commit 242bcc7a14
6 changed files with 476 additions and 472 deletions

37
css/flotr2.css Normal file
View File

@@ -0,0 +1,37 @@
.recline-graph .graph {
height: 500px;
}
.recline-graph .legend table {
width: auto;
margin-bottom: 0;
}
.recline-graph .legend td {
padding: 5px;
line-height: 13px;
}
.recline-graph .graph .alert {
width: 450px;
margin: auto;
}
.flotr-mouse-value {
background-color: #FEE !important;
color: #000000 !important;
opacity: 0.8 !important;
border: 1px solid #fdd !important;
}
.flotr-legend {
border: none !important;
}
.flotr-legend-bg {
display: none;
}
.flotr-legend-color-box {
padding: 5px;
}