Migrated jquery-flot to flotr2. Added column chart type.

This commit is contained in:
Lieven Janssen
2012-07-15 08:52:06 +02:00
parent b48b0eeb85
commit b9c4a07d8d
3 changed files with 7095 additions and 98 deletions

View File

@@ -17,3 +17,21 @@
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;
}