logarithmic chart

This commit is contained in:
Benjamin Wilson
2024-08-08 21:15:03 -04:00
parent 903665c07e
commit 3f7603ec99

View File

@@ -105,7 +105,8 @@ export class SplashComponent {
grid: { grid: {
color: surfaceBorder, color: surfaceBorder,
drawBorder: false drawBorder: false
} },
type: 'logarithmic',
} }
} }
}; };