histogram improvements

This commit is contained in:
cubedro
2015-04-23 17:03:14 +03:00
parent 338fe37218
commit 07d0574b4d
3 changed files with 19 additions and 32 deletions

View File

@@ -342,7 +342,7 @@ svg .bar:hover {
svg .line {
fill: none;
stroke: #ff0000;
stroke-width: 2px;
stroke-width: 1.2px;
shape-rendering: auto;
}