Skip to content

v0.2.7

Compare
Choose a tag to compare
@floledermann floledermann released this 23 Nov 15:24
· 45 commits to master since this release
  • Internal changes to legend generation code to make it more versatile, improve labeling of ranges (#11, #22)
  • Greatly improved handling of missing, empty or invalid values (#23)
  • Optional generation of histogram in HTML legend
  • Remove dead code for SVG legend, should be recreated in the future
  • New metadata fields valueUnit, undefinedLabel and undefinedColor (See documentation).
  • Improved positioning of hoverInfo (tooltips) when scrolled, fixed obscure Firefox bug for positioning them (#27).
  • Warn if mapReduce transformation yielded no results
  • Provide activate and deactivate functions for zoom behavior to style active element
  • Fix bug causing zoom behavior to fail if no hoverInfo was active (#18)
  • Fix usage of center option for zoom behavior
  • Output warning message if Promise is missing (e.g. IE) and needs to be polyfilled