Add index
This commit is contained in:
parent
4015ccef2f
commit
d64dffbdda
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