/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@mixin nga-charts-d3-theme() {
  .ngx-charts {
    .pie-label {
      fill: nga-theme(d3-fg);
    }

    .grid-line-path {
      stroke: nga-theme(d3-fg);
    }

    text {
      fill: nga-theme(d3-fg);
    }

  }

  .chart-legend {
    .legend-labels {
      background: nga-theme(d3-legend-bg);
    }
  }
}
