Parcourir la source

fix: import round function

pull/347/head
prssanna il y a 4 ans
Parent
révision
ce64f01a8b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/js/charts/AggregationChart.js

+ 1
- 0
src/js/charts/AggregationChart.js Voir le fichier

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


Chargement…
Annuler
Enregistrer