From 018105df4ac2736f63a192577b2f7f2c2ec8bbee Mon Sep 17 00:00:00 2001 From: ppisljar Date: Fri, 9 Dec 2016 12:02:39 +0100 Subject: [PATCH] pie chart unhandled error fix --- src/core_plugins/timelion/public/chart.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/core_plugins/timelion/public/chart.less b/src/core_plugins/timelion/public/chart.less index 4c6078f76f221..c7bd764fe1066 100644 --- a/src/core_plugins/timelion/public/chart.less +++ b/src/core_plugins/timelion/public/chart.less @@ -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; +}