diff --git a/site/utils.js b/site/utils.js index f5ee078..db24aab 100644 --- a/site/utils.js +++ b/site/utils.js @@ -360,7 +360,7 @@ function showChart(canvasDom, items) { } return { - label: product.name, + label: (product.store ? product.store + " " : "") + product.name, data: prices, }; });