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

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              tyson Tyson Phillips (Inactive)
              Reporter:
              cody Cody Phillips (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:
                Fix Release Date:
                15/Sep/16