Adjust all legend for classic since there is less data
This commit is contained in:
parent
50787c1d83
commit
4c77828d5a
@ -109,7 +109,7 @@ function lookupTimeUnit(query){
|
|||||||
'd': 'week',
|
'd': 'week',
|
||||||
'm': 'month',
|
'm': 'month',
|
||||||
'y': 'month',
|
'y': 'month',
|
||||||
'l': 'year'
|
'l': 'month'
|
||||||
}
|
}
|
||||||
return lookup[query.charAt(query.length - 1)]
|
return lookup[query.charAt(query.length - 1)]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user