All Versions
12
Latest Version
Avg Release Cycle
59 days
Latest Release
3099 days ago

Changelog History
Page 1

  • v0.8.4 Changes

    October 30, 2015

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed bower css path (@ftaiolivista)
  • v0.8.3 Changes

    October 17, 2015

    โœจ Enhancements / Features

    • โž• Added redraw method for clearing styles on canvas based charts (#196, @woozyking)
  • v0.8.2 Changes

    October 14, 2015

    โœจ Enhancements / Features

    • Charts now auto draw on construction (#195)
  • v0.8.1 Changes

    October 14, 2015

    โœจ Enhancements / Features

    • โž• Added packagist/composer package manager support (#202)

    ๐Ÿ› Bug Fixes

    • Real-time charts no-longer error when pushing first data point after initialized with empty data layers. (#203)
  • v0.8.0 Changes

    October 10, 2015

    โœจ Enhancements / Features

    • ๐Ÿ‘ Multi-axis support for basic and real-time line plots
    • โž• Added new gulp build-system (for development)
  • v0.7.1 Changes

    October 04, 2015
    • ๐Ÿšš Moved minified source to dist/js and dist/css respectively
    • โž• Added non-minified source to aforementioned directories
  • v0.7.0 Changes

    October 04, 2015

    โœจ Enhancements / Features

    • ๐Ÿ†• New basic chart: Histogram
    • ๐Ÿ†• New Feature: Data formatters
    • Chart layers can now be hidden/shown

    ๐Ÿ› Bug Fixes

    • Ticks now working for ordinal scaled bar charts
    • ๐Ÿ›  Fixed CSS builds by updating NPM sass-node package
    • โœ‚ Removed versions from minified release files (@RyanNielson)
    • ๐Ÿ›  Time based graphs can now have fixed ranges (@willwhitney)
    • ๐Ÿ“ฆ NPM Package: epoch-charting (@sompylasar)
    • Right axes now using correct formatters (@Dav1dde)
    • โž• Add 'main' attribute enabling webpack support. (@WRidder)
    • ๐Ÿ›  Fixed Bower D3 Dependencies (@loopj)
    • ๐Ÿ›  Fixed CSS errors by using transparent instead of none (@mwsmith2)
    • ๐Ÿ›  Fixed bower "version" property (@kkirsche)
  • v0.6.0 Changes

    July 22, 2014

    โœจ Enhancements / Features

    • Source code restructure for easier programming
    • Replaced Compass with node-sass
    • โœ‚ Removed put.js from the repository
    • โœ‚ Removed dependency on jQuery
    • โž• Added CSS controlled themes
      • New "Dark" theme for dark backgrounds
    • Registered with bower
    • โž• Added option accessor / mutator to all charts (making them adaptive)
    • โž• Added bubble charts (special case of scatter plots)
    • โž• Added MooTools and Zepto Adapters
    • โž• Added Core Library Unit Testing
    • ๐Ÿ†• New domain and range options for basic charts

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Event .off method was completely busted, fixed
    • Swapped terminology for horizontal and vertical bar plots
    • โœ‚ Removed isVisible and related rendering hacks (caused all sorts of woe)
  • v0.5.2 Changes

    June 27, 2014

    โœจ Enhancements / Features

    • ๐Ÿ›  #36 - Fixed the readme to focus on development
    • #54 - Added vertical orientation option to the basic bar chart
  • v0.5.1 Changes

    June 23, 2014

    ๐Ÿ› Bug Fixes

    • #52 - Replaced instances of $ with jQuery (ambiguous, otherwise)