Skip to content

Releases: shutterstock/rickshaw

v1.7.0

30 Mar 02:42
Compare
Choose a tag to compare
  • bug fix for Number.formatBase1024KMGTP
  • support color on Axis
  • support transform on Highlight
  • bug fix for usage without jQuery
  • add DragZoom
  • support 0 opacity

v1.6.2

31 Aug 23:02
Compare
Choose a tag to compare
  • Edits to the CONTRIBUTE, README, and LICENSE
  • Adds ability to mark minutes using m

v1.6.1

29 Jul 20:50
Compare
Choose a tag to compare
  • andreftavares Added method to remove HoverDetail's mouse listeners.
  • GermanBluefox Remove error if no jQuery.
  • gaganawhad Add default value for renderer
  • michelle-stripe HoverDetail should default to being inactive.
  • stuartnelson3 Add Rickshaw.Graph.Dragzoom
  • mikeatlas use prepend/append files for UMD support
  • tamasgoga fixed stacked area chart hover detail bug in firefox
  • Mokeponi Fixes issue with negative values between 0 and -1
  • Bhashit Create a locally scoped copy of the loop-index var to prevent accessi…
  • cesine add Rickshaw.version

v1.6.0

29 Jul 20:44
Compare
Choose a tag to compare
  • upgraded dependancies
  • support for node 4
  • support for npm run watch while developing
  • RangeSlider can accept multiple graphs

v1.5.1

14 Dec 05:17
Compare
Choose a tag to compare
  • hover detail performance optimization
  • minor docs fixes/updates

v1.5.0

01 Jul 17:18
Compare
Choose a tag to compare
  • Make lineplot play nicely with multi renderer
  • Better support for range sliders and resizing
  • Improve bar-width calculation for bar graphs
  • Provide better interface for toggling stacking in area graphs
  • Add UMD loader support
  • Bugfixes for handling empty series
  • jQuery conflict / compatibility fixes

v1.4.6

01 Jul 17:16
Compare
Choose a tag to compare
  • Add Rickshaw.Graph.RangeSlider.Preview, a graphical range slider
  • Fix assorted date rounding bug fixes
  • Support custom scales on x and y axes

v1.4.5

23 Oct 17:40
Compare
Choose a tag to compare
  • Improve placement of hovers so that they don't show outside the graph if possible
  • Refactor the legend so that it's easier to subclass
  • Add support for area graphs within the multi renderer
  • Fix for long-standing bug with the range slider and inconsistent series data

v1.4.4

23 Oct 17:49
Compare
Choose a tag to compare
  • Upgrade d3 dependency to version 3
  • Make range slider tollerate jQuery-wrapped element references
  • Support smaller time increments on x-axis
  • Add basic websockets support and example
  • Better handling for resizing graphs

v1.4.3

23 Oct 17:55
Compare
Choose a tag to compare
  • Fix for calculating bar widths when some series are inactive
  • Fix errant/leaky reference in graph domain code