Releases: EOX-A/d3.TimeSlider
Releases · EOX-A/d3.TimeSlider
v1.6.4
v1.6.3
- add internal concept of variable bucket width to go around different months having different number of days
- simplify logic of when to use buckets and hopefully fix issues
v1.6.2
v1.6.1
v1.6.0
- added per-dataset noBorder config option, which toggles use of same stroke color as fill color (no darker border) and sets stroke-width to 2
- added TimeSlider alternativeTimeslider config option, which displays selection brush below timeslider with circle handles for dragging
- added onHover tooltips to min/max respectively
v1.5.1
Fixing resizing issue for Firefox
v1.5.0
- Fixing handling of syncing events that diverged for various source types
- Fixing missing preprocessing of records in some cases
- Improving choice when to use buckets/records for
BucketDataset
- Draw light grey buckets/ranges for regions being fetched
v1.4.1
highlightInterval
also constrains manual selection (when constrain
is set)
v1.4.0
Adding function reorderDatasets
that allows to reorder the datasets according to a list of ids.