Set axis ons parkline style

This commit is contained in:
Kusal Ekanayake
2017-05-25 14:54:34 +12:00
parent f1a9da83fc
commit cec7014856
3 changed files with 16 additions and 4 deletions
+13 -1
View File
@@ -184,5 +184,17 @@ Remove scroll bars
}
.chart{
-fx-background-color: #ffffff;
}
.chart-title {
-fx-text-fill: #ffffff;
-fx-font-size: 1.6em;
}
.axis-label {
-fx-text-fill: #ffffff;
}
.axis {
-fx-tick-label-fill: #ffffff;
}