Update fee distribution graph and fix arrow.

This commit is contained in:
softsimon
2020-03-20 02:11:40 +07:00
parent e84ec7dd86
commit 4ae5576452
5 changed files with 59 additions and 25 deletions

View File

@@ -223,6 +223,12 @@ $ct-series-colors: (
color: rgba(255, 255, 255, 0.4);
}
.ct-point-label {
fill: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
font-size: 14px;
}
.ct-grid {
stroke: rgba(255, 255, 255, 0.2);
}