fix table graph time format custom option
parent
ac8bdf5105
commit
88a2007ab1
|
@ -15,7 +15,7 @@ export const FORMAT_OPTIONS = [
|
||||||
{text: 'MMMM D, YYYY'},
|
{text: 'MMMM D, YYYY'},
|
||||||
{text: 'MMMM D, YYYY h:mm A'},
|
{text: 'MMMM D, YYYY h:mm A'},
|
||||||
{text: 'dddd, MMMM D, YYYY h:mm A'},
|
{text: 'dddd, MMMM D, YYYY h:mm A'},
|
||||||
{text: TIME_FORMAT_DEFAULT},
|
{text: TIME_FORMAT_CUSTOM},
|
||||||
]
|
]
|
||||||
|
|
||||||
export const DEFAULT_TABLE_OPTIONS = {
|
export const DEFAULT_TABLE_OPTIONS = {
|
||||||
|
|
Loading…
Reference in New Issue