mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 15:27:29 +01:00
Update MkRetentionLineChart.vue
This commit is contained in:
parent
af3258dc79
commit
60cddf87d8
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ onMounted(async () => {
|
||||||
ticks: {
|
ticks: {
|
||||||
callback: (value, index, values) => value + '%',
|
callback: (value, index, values) => value + '%',
|
||||||
},
|
},
|
||||||
|
min: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
interaction: {
|
interaction: {
|
||||||
|
|
Loading…
Reference in a new issue