- Fixed bower css path (@ftaiolivista)
- Added
redraw
method for clearing styles on canvas based charts (#196, @woozyking)
- Charts now auto draw on construction (#195)
- Added packagist/composer package manager support (#202)
- Real-time charts no-longer error when pushing first data point after initialized with empty data layers. (#203)
- Multi-axis support for basic and real-time line plots
- Added new gulp build-system (for development)
- Moved minified source to
dist/js
anddist/css
respectively - Added non-minified source to aforementioned directories
- New basic chart: Histogram
- New Feature: Data formatters
- Chart layers can now be hidden/shown
- 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 ofnone
(@mwsmith2) - Fixed bower "version" property (@kkirsche)
- 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
andrange
options for basic charts
- 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)
- #36 - Fixed the readme to focus on development
- #54 - Added vertical orientation option to the basic bar chart
- #52 - Replaced instances of
$
withjQuery
(ambiguous, otherwise)
- #32 - QueryCSS greatly enhanced - now builds a full DOM context when computing styles
- #42 - Heat map now allows for painting of "zero" values via a new
paintZeroValues
option - #43 - Heat map color computation abstracted out of
_paintEntry
(makes it easier to extend)
- #22 - Fixed an issue with pie chart transitions
- #30 - Layers without labels now correctly render on a various basic charts
- #31 - Real-time Line Chart thickness fixed by taking pixel ratio into account
- #41 - Fixed bucketing issues with the Heat Map
- #46 - Removed default black stroke from the Real-Time Area chart