Skip to content

Releases: EOX-A/d3.TimeSlider

v1.6.4

09 Sep 15:56
Compare
Choose a tag to compare
  • fix bucket fetching logic, avoiding flickering and not fetching records until resolution crossed even when already below threshold

v1.6.3

06 Sep 17:34
Compare
Choose a tag to compare
  • 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

05 Sep 11:10
Compare
Choose a tag to compare
  • dispatch 'reload' event on full reload

  • performance improvement: always fetch buckets first before asking for individual records if histogramThreshold not exceeded

  • when sum(counts)==0 do not fetch individual entries from buckets

v1.6.1

03 Jun 14:25
Compare
Choose a tag to compare
  • decrease alternativeBrush size
  • added opaque overlay over mainaxis

v1.6.0

31 May 09:01
Compare
Choose a tag to compare
  • 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

07 Nov 15:18
Compare
Choose a tag to compare

Fixing resizing issue for Firefox

v1.5.0

19 May 12:16
Compare
Choose a tag to compare
  • 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

08 Mar 14:17
Compare
Choose a tag to compare

highlightInterval also constrains manual selection (when constrain is set)

v1.4.0

08 Mar 14:20
Compare
Choose a tag to compare

Adding function reorderDatasets that allows to reorder the datasets according to a list of ids.

v1.3.0

24 Jan 17:39
Compare
Choose a tag to compare

Adding an additional highlighted region