Skip to content

Commit

Permalink
improves timelion axis and legend labels color with dark theme
Browse files Browse the repository at this point in the history
Backports PR #9422

**Commit 1:**
pie chart unhandled error fix

* Original sha: 018105d
* Authored by ppisljar <[email protected]> on 2016-12-09T11:02:39Z
  • Loading branch information
elastic-jasper committed Dec 16, 2016
1 parent 38975e2 commit 31d5161
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core_plugins/timelion/public/chart.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 31d5161

Please sign in to comment.