✅ Done! Chartjs has one wrong entry and i dont know why
In the Picture are shown the entry from the value and the chart(both in green).
setting the decimal list
setting the decimal list
foreach (var data in Model.market_average_History)
{
averagesell[i] = data.averagesellPrice;
averagebuy[i] = data.averagebuyPrice;
ActDate[i] = data.Actdate;
maxsell[i] = data.maxsellPrice;
maxbuy[i] = data.maxbuyPrice;
minsell[i] = data.minsellPrice;
minbuy[i] = data.minbuyPrice;
i = i + 1;
}