charts on miner pages work now, they gather data from miners and put it into the graph, with a max size of 49 entried per graph

This commit is contained in:
UpstreamData
2022-03-01 16:17:28 -07:00
parent 16b84310ec
commit 3fcd2edf6f
2 changed files with 16 additions and 5 deletions

View File

@@ -49,6 +49,11 @@ var minerDataChart = new Chart(document.getElementById("line-chart"), {
}
},
scales: {
y: {
min: 0, // minimum value
stepSize: 1
},
x: {
ticks: {
maxTicksLimit: 8,