fix(big-number): Big Number with Trendline Chart is not working if Time Grain is set to Month (#19043)
* fix(big-number): Big Number with Trendline Chart is not working if Time Grain is set to Month * use start frequency.
This commit is contained in:
parent
b2ee13f6f8
commit
c32eaf47e5
|
|
@ -33,9 +33,9 @@ const TIME_GRAIN_MAP: Record<string, string> = {
|
|||
PT30M: '30min',
|
||||
PT1H: 'H',
|
||||
P1D: 'D',
|
||||
P1M: 'M',
|
||||
P3M: 'Q',
|
||||
P1Y: 'A',
|
||||
P1M: 'MS',
|
||||
P3M: 'QS',
|
||||
P1Y: 'AS',
|
||||
// TODO: these need to be mapped carefully, as the first day of week
|
||||
// can vary from engine to engine
|
||||
// P1W: 'W',
|
||||
|
|
|
|||
Loading…
Reference in New Issue