td-plots 1.4.0 → 1.4.1
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6093,7 +6093,7 @@ var HistogramPlot = function (props) {
|
|
|
6093
6093
|
? {
|
|
6094
6094
|
start: roundToPrevDay(Math.min.apply(Math, allData.map(function (d) { return d.getTime(); }))), // Find a nice round number as a starting point.
|
|
6095
6095
|
end: roundToNextDay(Math.max.apply(Math, allData.map(function (d) { return d.getTime(); }))),
|
|
6096
|
-
size: binSizeOverride
|
|
6096
|
+
size: binSizeOverride // bin size in milliseconds
|
|
6097
6097
|
}
|
|
6098
6098
|
: isNumberArray(allData)
|
|
6099
6099
|
? {
|