diff --git a/src/js/charts/AggregationChart.js b/src/js/charts/AggregationChart.js index 6f87202..c9ec852 100644 --- a/src/js/charts/AggregationChart.js +++ b/src/js/charts/AggregationChart.js @@ -1,5 +1,6 @@ import BaseChart from './BaseChart'; import { legendDot } from '../utils/draw'; +import { round } from '../utils/helpers'; export default class AggregationChart extends BaseChart { constructor(parent, args) {