update favicon + min ticks

This commit is contained in:
2019-07-01 22:02:43 +02:00
parent d22c249bfd
commit 86a86be1ef
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -80,7 +80,8 @@ export default {
return this.value + suffix return this.value + suffix
} }
}, },
title: { enabled: false } title: { enabled: false },
minTickInterval: 0.1
}, },
series: [{ name: type, data }], series: [{ name: type, data }],
credits: { enabled: false } credits: { enabled: false }