Add index

This commit is contained in:
syuilo 2019-06-18 17:11:28 +09:00
parent 4015ccef2f
commit d64dffbdda
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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']
}]