Skip to content

Commit

Permalink
fix(amazon): explicitly import d3 for scaling policy graphs (#6989)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 14, 2019
1 parent 75cef22 commit e06039b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
const angular = require('angular');
import _ from 'lodash';
import { Subject } from 'rxjs';
// we need to explicitly import d3 because n3-charts depends on it being in the global namespace
import 'd3';

import { CloudMetricsReader } from '@spinnaker/core';

Expand Down

0 comments on commit e06039b

Please sign in to comment.