Rickshaw Versions Save

JavaScript toolkit for creating interactive real-time graphs

v1.7.0

4 years ago
  • 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

6 years ago
  • Edits to the CONTRIBUTE, README, and LICENSE
  • Adds ability to mark minutes using m

v1.6.1

6 years ago
  • 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

6 years ago
  • upgraded dependancies
  • support for node 4
  • support for npm run watch while developing
  • RangeSlider can accept multiple graphs

v1.5.1

9 years ago
  • hover detail performance optimization
  • minor docs fixes/updates

v1.5.0

9 years ago
  • 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

9 years ago
  • 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.3

10 years ago
  • Fix for calculating bar widths when some series are inactive
  • Fix errant/leaky reference in graph domain code

v1.4.4

10 years ago
  • 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.1

10 years ago
  • Support displaying local times on hovers and axes
  • Add lineplot renderer to render lines with circles on data points
  • Bug fixes: deselecting last series, scatterplot hovers, unstacked bars