make the legend background color transparent so it looks good in both dark and light themes

This commit is contained in:
Stacey-Gammon 2016-09-19 13:36:57 -04:00
parent f2c7abecbe
commit 6e94ff5e45

View file

@ -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) {