HighchartsDateTimeFormats: add missing millisecond

This commit is contained in:
jbghoul
2015-08-20 15:58:08 +02:00
parent 38fb591c6e
commit 8a1f9f526d

View File

@@ -13,6 +13,7 @@ interface HighchartsPosition {
}
interface HighchartsDateTimeFormats {
millisecond?: string; // '%H:%M:%S.%L'
second?: string; // '%H:%M:%S'
minute?: string; // '%H:%M'
hour?: string; // '%H:%M'