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 CHANGED
@@ -6073,7 +6073,7 @@ var HistogramPlot = function (props) {
6073
6073
  ? {
6074
6074
  start: roundToPrevDay(Math.min.apply(Math, allData.map(function (d) { return d.getTime(); }))), // Find a nice round number as a starting point.
6075
6075
  end: roundToNextDay(Math.max.apply(Math, allData.map(function (d) { return d.getTime(); }))),
6076
- size: binSizeOverride * 86400000 // bin size in milliseconds
6076
+ size: binSizeOverride // bin size in milliseconds
6077
6077
  }
6078
6078
  : isNumberArray(allData)
6079
6079
  ? {