Skip to content

Releases: EOX-A/d3.TimeSlider

v0.0.20: Removed wrong clip path

07 Apr 15:36
Compare
Choose a tag to compare

v0.0.19: Bug fixing

07 Apr 15:27
Compare
Choose a tag to compare
  • Solved bug for firefox where paths were not rendered
  • Solved management of path and tick collection differences
  • Solved ordering issues when rendering
  • Solved issues with overlapping scales for paths
  • Implemented better scale handling to make them more readable

v0.0.18: Corrected CSRF header string

18 Mar 16:11
Compare
Choose a tag to compare

v0.0.17: Additional options for WPS plugin

18 Mar 15:43
Compare
Choose a tag to compare

Added option for passing csrftoken when constructing WPS plugin

v0.0.16: New minor features

02 Nov 17:02
Compare
Choose a tag to compare
  • New method to specify a specific date to be rendered as red tick on timeslider (e.g. slider.setTimetick(new Date("Wed Dec 28 2011 08:10:10 GMT+0100"));)
  • Possibility to display tooltip on selection extent (slider.setBrushTooltip(true);) x and y Offset can be changed by using slider.setBrushTooltipOffset([x,y]);

v0.0.14: New line plot functionality WPS

23 Jan 13:12
Compare
Choose a tag to compare
  • Addition of new plot line functionality
  • Additional "display" option when instancing to set initial visible extent
  • Fixed blurry text on dates
  • Darkened stroke color

v0.0.13: Tick Size attribute

04 Mar 11:22
Compare
Choose a tag to compare
  • Introduced new "ticksize" attribute (default=3)
  • Bugfixing and new functionality to WPS plugin

v0.0.12: New method added to update local visualization of data ticks

27 Feb 16:14
Compare
Choose a tag to compare
  • Added new updateBBox method for timeslider which expects a bbox array and the product id as parameters, which will put 0.5 alpha on ticks not inside of the specified bbox. This works only for WPS interfaced data.

v0.0.11: Solved issue of uglified release, breaking functionality

25 Feb 17:56
Compare
Choose a tag to compare
  • find and map had to be added as exceptions to the mangle process

v0.0.10: New WPS Interface Plugin

25 Feb 17:02
Compare
Choose a tag to compare
  • Added new WPS Interface, which requires a CSV response with "starttime", "endtime", "bbox", "coverage_id"
  • Added new check to see if range is to short to be displayed in timeline, if it is it is rendered only as point. If when zooming the range can be represented it will be drawn as range and not point.