Releases: EOX-A/d3.TimeSlider
Releases · EOX-A/d3.TimeSlider
v0.0.9
Solved small issue with WMS time data response
v0.0.8
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
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
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
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
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()
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
Changes:
- Bumped version for grunt based release process