fixes, added about page

This commit is contained in:
2016-03-31 03:42:53 +02:00
parent a778eb6d64
commit 46d861e0dc
44 changed files with 4217 additions and 416 deletions
@@ -30,7 +30,7 @@ $ct-point-size: 4px !default;
// Line chart point, can be either round or square
$ct-point-shape: round !default;
// Area fill transparency between 0 and 1
$ct-area-opacity: 0.1 !default;
$ct-area-opacity: 0.3 !default;
// Bar chart bar width
$ct-bar-width: 10px !default;
@@ -207,6 +207,10 @@
@include ct-chart-line($ct-line-width);
}
.ct-with-area .ct-line {
stroke-width: 1px;
}
.ct-area {
@include ct-chart-area();
}