Skip to content

Version 0.7.0

Choose a tag to compare

@neveldo neveldo released this 17 Nov 19:06
· 534 commits to master since this release

ChangeLog

Improvements

  • Improved zooming feature. You can now trigger a 'zoom' event on the container (required parameter : level, optional parameters : x, y in order to zoom on a specific area). The current zoom level is now stored as data. Example of use : http://jsfiddle.net/neveldo/RahvT/
  • Added two new hooks in order to allow custom processing on map initialization and map update ('update' event) : afterInit and afterUpdate. Here is an example with the afterInit() hook : http://jsfiddle.net/neveldo/8Ke69/
  • Added labelAttrsHover option for the plots and areas legend that allows to customize the attributes of the labels in the legend on mouse hover.
  • prevent the tooltip to overflow from the container
  • 'update' event' now allows to update attrsHover for plots and area (bugfix)