C#C
C#4y ago
Heartbeat1

✅ 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
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; }
image.png
Was this page helpful?