We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca054e commit 8493e9dCopy full SHA for 8493e9d
1 file changed
docs/benchmarks/v0.8.0/charts.html
@@ -462,6 +462,8 @@ <h2>Adaptation Speed (Ops to 80%)</h2>
462
}
463
});
464
465
+ const scanResistanceMax = Math.max(1.0, ...scores);
466
+
467
new Chart(document.getElementById('scanResistanceChart'), {
468
type: 'bar',
469
data: {
@@ -481,7 +483,7 @@ <h2>Adaptation Speed (Ops to 80%)</h2>
481
483
scales: {
482
484
x: {
485
beginAtZero: true,
- max: 1.0,
486
+ max: scanResistanceMax,
487
title: {
488
display: true,
489
text: 'Score (1.0 = perfect)'
0 commit comments