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:
@@ -49,6 +49,11 @@ var minerDataChart = new Chart(document.getElementById("line-chart"), {
|
||||
}
|
||||
},
|
||||
scales: {
|
||||
y: {
|
||||
min: 0, // minimum value
|
||||
stepSize: 1
|
||||
},
|
||||
|
||||
x: {
|
||||
ticks: {
|
||||
maxTicksLimit: 8,
|
||||
|
||||
Reference in New Issue
Block a user