@redsift/d3-rs-lines
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "@redsift/d3-rs-lines", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Generates line charts using D3v4.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -888,4 +888,5 @@ | ||
let tf = timeFormatLocale(localeTime).format; | ||
fmtX = timeMultiFormat({ localtime: true } , tf); | ||
//TODO: Temp fix related to https://github.com/redsift/d3-rs-lines/issues/6 | ||
// needs a refactor to properly support time zones | ||
fmtX = timeMultiFormat({ localtime: false } , tf); | ||
} else { | ||
@@ -892,0 +893,0 @@ let tf = timeFormatLocale(localeTime); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1058877
11348