enhance(client): tweak chart

This commit is contained in:
syuilo 2022-02-10 19:02:52 +09:00
parent 0afebcfd9e
commit 108ec412c3
2 changed files with 14 additions and 5 deletions

View file

@ -59,7 +59,7 @@ export default defineComponent({
setup() {
const chartSpan = ref<'hour' | 'day'>('hour');
const chartSrc = ref('notes');
const chartSrc = ref('active-users');
return {
chartSrc,