/* Highcharts Themeing */ $font-family: $font-family-base; $font-size: $font-size-base; $colors: $luci-chart-color-2 $luci-chart-color-1 $luci-chart-color-3 $luci-chart-color-4 $luci-chart-color-5 $luci-chart-color-6 $luci-chart-color-7 $luci-chart-color-8 $luci-chart-color-9 $luci-chart-color-10; $tooltip-background: #fff; @import "~highcharts/css/highcharts"; .nwf-highcharts-tooltip { white-space: unset; // have to do this to make it look right transform: translate(-90px, 15px); } /* I overrode this because the shading of the plot bands was too dark */ .highcharts-plot-band, .highcharts-pane { fill-opacity: 0.025; } /* HC 8 needed to turn this off - they rendered some white box. */ .highcharts-tooltip-box { display: none; }