fixes, added about page
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user