Logarithmic error scale
This commit is contained in:
@@ -113,8 +113,8 @@ const datasets = computed<ErrorDataset[]>(() => {
|
||||
min: 0,
|
||||
},
|
||||
y: {
|
||||
type: !epochErrorOnly ? 'linear' : 'logarithmic',
|
||||
stacked: true,
|
||||
beginAtZero: !props.isRegression,
|
||||
grid: {
|
||||
color: function (context) {
|
||||
if (context.tick.value == 0) {
|
||||
|
||||
Reference in New Issue
Block a user