Skip to content

Releases: shutterstock/rickshaw

v1.7.0

Choose a tag to compare

@cesine cesine released this 30 Mar 02:42
  • 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

Choose a tag to compare

@RichardLitt RichardLitt released this 31 Aug 23:02
  • Edits to the CONTRIBUTE, README, and LICENSE
  • Adds ability to mark minutes using m

v1.6.1

Choose a tag to compare

@cesine cesine released this 29 Jul 20:50
  • 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

Choose a tag to compare

@cesine cesine released this 29 Jul 20:44
  • upgraded dependancies
  • support for node 4
  • support for npm run watch while developing
  • RangeSlider can accept multiple graphs

v1.5.1

Choose a tag to compare

@dchester dchester released this 14 Dec 05:17
  • hover detail performance optimization
  • minor docs fixes/updates

v1.5.0

Choose a tag to compare

@dchester dchester released this 01 Jul 17:18
  • 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

Choose a tag to compare

@dchester dchester released this 01 Jul 17:16
  • 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

Choose a tag to compare

@dchester dchester released this 23 Oct 17:40
  • 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

Choose a tag to compare

@dchester dchester released this 23 Oct 17:49
  • 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

Choose a tag to compare

@dchester dchester released this 23 Oct 17:55
  • Fix for calculating bar widths when some series are inactive
  • Fix errant/leaky reference in graph domain code