diff --git a/public/viewjs/components/productcard.js b/public/viewjs/components/productcard.js index 6b0e7c1b..f7acfac8 100644 --- a/public/viewjs/components/productcard.js +++ b/public/viewjs/components/productcard.js @@ -75,12 +75,10 @@ Grocy.Components.ProductCard.ReInitPriceHistoryChart = function() type: "line", data: { labels: [ //Date objects - new Date() // Will be populated in Grocy.Components.ProductCard.Refresh ], datasets: [{ data: [ - 0 // Will be populated in Grocy.Components.ProductCard.Refresh ], fill: false,