enhance(client): tweak chart
This commit is contained in:
parent
0afebcfd9e
commit
108ec412c3
2 changed files with 14 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue