Skip to content

Calculate Extent with Annotations Included

Compare
Choose a tag to compare
@emeeks emeeks released this 29 Jul 22:00

FIXES

  • Annotations in FacetController might not have been displayed prior to an interaction (thanks @susielu!)
  • Invert extent wasn't being honored in FacetController (thanks @susielu!)
  • Area annotation wasn't properly offset in XYFrame

FEATURES

  • Honor optimizeCustomTooltipPosition in OrdinalFrame (thanks @torioLuz!) this allows you to change the tooltip position based on positive and negative data and whether it gets close to the edges.
  • Extent objects now honor a includeAnnotations option (which takes true or false) which if set to true calculates the extent of the frame based not only on the data but also on simple annotations (any annotation types that use the data attributes like xy, x, y, react-annotation, not bounds or coordinates or anything like that).