Merge pull request #5454 from jbghoul/patch-1

HighchartsDateTimeFormats: add missing millisecond
This commit is contained in:
Masahiro Wakame
2015-08-22 00:05:26 +09:00
+1
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'