Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

34 lines (28 loc) · 1.04 KB

####0.4.0:

  • Stacked bar chart
  • Support grid (Thanks @nightlyop)
  • Using babel to tranform es6 code

####0.3.0:

  • Pure React axes (library is 100% React-rendered now)
  • Added candestickchart (Thanks @rrag!)
  • Gulp build system (Thanks @rrag!)
  • Axes labels
  • New project structure with only 1 component per file
  • Various new config options (documentation in progress)
  • Various bug fixes

####0.2.0:

  • Added scatterchart (Thanks @yang-wei!)
  • Adopted consistent data format for multi-series chart
  • Mouseover animation for both line chart and scatter chart
  • Added JSHinting
  • Factored out axes
  • Added chart legend

####0.1.0:

  • Added treemap (Thanks @yang-wei!)
  • Restructured project for improved npm compatibility
  • Harmonized chart palettes
  • Fixed non-initial-render for charts with axes (contributions from @tarrencev and @unbracketed)
  • Improved documentation (contribution from @jeffriesen)
  • Improved chart APIs (contribution from @wookiehangover)

####0.0.1:

  • Initial release with linechart, barchart and areachart follow in subsequent patch updates