- #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