Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

v2.5.0

Compare
Choose a tag to compare
@jheer jheer released this 04 May 22:15
· 18 commits to master since this release

Changes:

  • Add tooltip support for area, line, and trail marks. Perform lookup of individual data points along a path, rather than just the first data point.
  • Add tooltip handler updates for mousemove events, rather than mouseover events.
  • Add getItemBoundingClientRect method to Handler.
  • Add standardized canvas getter method to Renderer and Handler to access underlying Canvas/SVG element.
  • Update Handler origin method to be getter/setter; previously it was a setter only.
  • Fix group item x, y coordinate lookup in resolveItem method.
  • Fix circular import among scenegraph code files.