From ce64f01a8bc5b65226170ce804ec5f66b661da05 Mon Sep 17 00:00:00 2001 From: prssanna Date: Thu, 28 Jan 2021 16:24:47 +0530 Subject: [PATCH] fix: import round function --- src/js/charts/AggregationChart.js | 1 + 1 file changed, 1 insertion(+) 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) {