mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
make the legend background color transparent so it looks good in both dark and light themes
This commit is contained in:
parent
f2c7abecbe
commit
6e94ff5e45
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ module.exports = function timechartFn(Private, config, $rootScope, timefilter, $
|
|||
},
|
||||
legend: {
|
||||
backgroundColor: null,
|
||||
backgroundOpacity: 0,
|
||||
position: 'nw',
|
||||
labelBoxBorderColor: 'rgb(255,255,255,0)',
|
||||
labelFormatter: function (label, series) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue