diff --git a/framework/public_pwa/assets/js/index.js b/framework/public_pwa/assets/js/index.js index d5e2029..fb827e4 100644 --- a/framework/public_pwa/assets/js/index.js +++ b/framework/public_pwa/assets/js/index.js @@ -93,7 +93,7 @@ const app = async function(token) { const ctxCostChart = document.getElementById('costChart'); if(typeof window.costChartObject !== 'undefined') window.costChartObject.destroy(); - Chart.register(ChartDataLabels); + // Chart.register(ChartDataLabels); window.costChartObject = new Chart(ctxCostChart,{ type: 'doughnut', data: { diff --git a/framework/public_pwa/index.html b/framework/public_pwa/index.html index 13bfe06..a096d37 100644 --- a/framework/public_pwa/index.html +++ b/framework/public_pwa/index.html @@ -180,12 +180,11 @@