Skip to content

Little Fixes Part The Latest

Compare
Choose a tag to compare
@emeeks emeeks released this 23 Jun 02:46
· 2000 commits to main since this release

Fixes

  • The way unique values in OrdinalFrame were being calculated ran into issues with the most common polyfilled version of IE11 making the charts not render in IE11
  • null/undefined in your array of annotations (or functions returning such) sent to hoverAnnotation could trigger the default annotation instead of no annotation at all.
  • Calculated extents in XYFrame (when sending a partial extent like yExtent={[0,undefined]} were having strange effects with Responsive frames.