From 780a2ba7740bfdf51abca0ee60dbf2af06968bf8 Mon Sep 17 00:00:00 2001 From: sonbn0 <50536196+sonbn0@users.noreply.github.com> Date: Fri, 31 May 2019 02:05:27 +0700 Subject: [PATCH] [FIX] Import Chart.js error (#14471) --- app/livechat/client/lib/chartHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/livechat/client/lib/chartHandler.js b/app/livechat/client/lib/chartHandler.js index 14550f2e48c..4b65d57737a 100644 --- a/app/livechat/client/lib/chartHandler.js +++ b/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 }) => {