fix: import round function
This commit is contained in:
parent
583d82a96e
commit
ce64f01a8b
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user