1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 07:34:07 +02:00
This commit is contained in:
syuilo
2023-05-29 17:24:46 +09:00
parent 25d1b66ca4
commit a1200ad886
11 changed files with 6 additions and 41 deletions

View File

@@ -9,7 +9,7 @@
</template>
<div style="padding: 8px;">
<MkChart :src="chartSrc" :args="{ user, withoutAll: true }" span="day" :limit="limit" :bar="true" :stacked="true" :detailed="false" :aspect-ratio="5"/>
<MkChart :src="chartSrc" :args="{ user, withoutAll: true }" span="day" :limit="limit" :bar="true" :stacked="true" :detailed="false" :aspectRatio="5"/>
</div>
</MkContainer>
</template>