Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
Description
The axis in the graphs displayed in the System Overview are using their default nvd3 styling. Instead the fonts should use the default $text-color.
These should be able to be set as overrides in the SCSS using the following:
.nvd3 .nv-axis, .nvd3 .nv-legend-text { fill: $text-color; }
If that doesn't work, they may need to be set via JavaScript:
d3.selectAll('.nvd3 .nv-axis, .nvd3 .nv-legend-text').style('fill', '#656565');
Issue Links
- relates to
-
CORE-2044 System Overview: Replace graphs with nvd3
- Closed