Skip to content

Releases: EOX-A/d3.TimeSlider

v0.0.9

17 Feb 15:36
Compare
Choose a tag to compare

Solved small issue with WMS time data response

v0.0.8

10 Feb 15:46
Compare
Choose a tag to compare

Solved little bug where time ranges with equal start and end times where not painted because they had no size by adding an additional check for equal start and end times. If it is true the data is added as data point instead as data range.

v0.0.7: Dataset Index Fix

04 Nov 09:13
Compare
Choose a tag to compare

Changes:

  • Fixed a bug when removing a dataset from the timeslider would not lower the index (which is used for drawing the dataset in the right vertical position)

v0.0.6: WMS datasets

31 Oct 16:28
Compare
Choose a tag to compare

Changes:

  • Added a plugin to load datasets from an WMS server
  • Changed the way datapoints are represented (previously they were single element arrays, now it is simply the date itself.)

v0.0.5: Bugfixing

31 Oct 13:19
Compare
Choose a tag to compare

Changes:

  • Fixed a bug while using the minified version
  • Fixed a bug in the EO-WCS plugin while returning an empty dataset

v0.0.4: Load EO-WCS Datasets

30 Oct 17:20
Compare
Choose a tag to compare

Changes:

  • Updated to D3js v3.3.9
  • Implemented a plugin for loading datasets from EO-WCS servers
  • Switched to asynchronous methods for loading datasets
  • Added a #reset() method to reset the TimeSlider to its initial state
  • Added a #domain(start, end) method which modifies the TimeSlider start and end dates
  • Fixed the TimeSlider on Mozilla Firefox

v0.0.3: Implement Zoom()

17 Sep 13:47
Compare
Choose a tag to compare

Changes

  • Updated to D3js v3.3.3
  • Implemented #zoom(start, end) method
  • Removed unneeded g.root element
  • Call #nice() on the input domain

v0.0.2: (Almost) Initial Release

15 Aug 10:46
Compare
Choose a tag to compare

Changes:

  • Bumped version for grunt based release process