epoch v0.5.0 Release Notes

Release Date: 2014-06-23 // almost 10 years ago
  • โœจ Enhancements / Features

    • ๐Ÿ’… #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)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  #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