[FIX] Import Chart.js error (#14471)

pull/14699/head
sonbn0 7 years ago committed by Diego Sampaio
parent 3e517d963e
commit 780a2ba774
  1. 2
      app/livechat/client/lib/chartHandler.js

@ -1,4 +1,4 @@
import Chart from 'chart.js/src/chart.js';
import Chart from 'chart.js';
import { TAPi18n } from 'meteor/tap:i18n';
const lineChartConfiguration = ({ legends = false, anim = false, smallTicks = false }) => {

Loading…
Cancel
Save