@datarailsshared/dr_renderer 1.2.136-tigers → 1.2.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7249,10 +7249,10 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
7249
7249
|
if (timestamp) {
|
|
7250
7250
|
const dateTzOffsetInSeconds = new Date(timestamp * 1000).getTimezoneOffset() * 60;
|
|
7251
7251
|
dateConfiguration.displayedValue = new Date((timestamp + dateTzOffsetInSeconds) * 1000)
|
|
7252
|
-
.toLocaleDateString(
|
|
7252
|
+
.toLocaleDateString();
|
|
7253
7253
|
}
|
|
7254
7254
|
});
|
|
7255
|
-
displayname += ` (${dates.from.displayedValue}-${dates.to.displayedValue})`;
|
|
7255
|
+
displayname += ` (${ dates.from.displayedValue }-${ dates.to.displayedValue })`;
|
|
7256
7256
|
} else {
|
|
7257
7257
|
displayname += ' (All)';
|
|
7258
7258
|
}
|