mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
Add index
This commit is contained in:
parent
5a7e9cebdf
commit
bc9323c360
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ export default abstract class Chart<T extends Record<string, any>> {
|
|||
columns: ['group']
|
||||
}, {
|
||||
columns: ['span', 'date']
|
||||
}, {
|
||||
columns: ['date', 'group']
|
||||
}, {
|
||||
columns: ['span', 'date', 'group']
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue