Правка экспорта диаграммы в PDF
Теперь в диаграмме показаны все товары
This commit is contained in:
parent
9a85314694
commit
08a481d8e6
@ -310,6 +310,14 @@ namespace InternetShopForms
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var product in products)
|
||||
{
|
||||
if (!productsStat.ContainsKey(product.Name))
|
||||
{
|
||||
productsStat.Add(product.Name, 0);
|
||||
}
|
||||
}
|
||||
|
||||
List<ChartData> charts = new List<ChartData>();
|
||||
|
||||
foreach (var product in productsStat.Keys)
|
||||
|
Loading…
Reference in New Issue
Block a user