fix: import round function

This commit is contained in:
prssanna 2021-01-28 16:24:47 +05:30
parent 583d82a96e
commit ce64f01a8b

View File

@ -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) {