Import lowercase chart.js/dist/chart.min

Related #12560
This commit is contained in:
Pavol Tuka 2021-12-23 08:18:48 +01:00 committed by Łukasz Chruściel
parent 4b595121be
commit 43c7d5948d
No known key found for this signature in database
GPG key ID: 049A1D51AA3B039C

View file

@ -1,4 +1,4 @@
import 'chart.js/dist/Chart.min';
import 'chart.js/dist/chart.min';
const drawChart = function drawChart(canvas, labels = [], values = [], currency) {
return new Chart(canvas, {