pie chart unhandled error fix (#9422)

This commit is contained in:
Peter Pisljar 2016-12-16 06:16:15 +01:00 committed by GitHub
parent 3144994c19
commit 30f0c6f823

View file

@ -9,3 +9,11 @@
min-width: 100%;
flex: 1;
}
.tab-dashboard.theme-dark .ngLegendValue {
color: #aaaaaa;
}
.tab-dashboard.theme-dark .flot-tick-label {
color: #aaaaaa;
}