Skip to content

Square Root Bar Charts?

Compare
Choose a tag to compare
@emeeks emeeks released this 18 Nov 05:11

CLEANUP

  • d3-shape bump version to ^1.2.0

FIXES

  • Passing updated point data wouldn't always trigger an XYFrame update

FEATURES

  • Axis now has a dynamicLabelPosition prop that needs to be set to true to enable the bounding-box based collision detection to adjust labels (introduced in an earlier version) because of performance issues with automatically running this for every Axis.
  • OrdinalFrame's rScaleType will now take an instantiated scale (matching XYFrame) so you can make scales with settings (like scaleExp) like you can with XYFrame.
  • XYFrame supports an area lineType that sets the y1 accessor to () => 0 for easy line area charts.
  • Styling of OrdinalFrame pieces now passes the calculated props of the piece so you can use oIndex and rIndex to style pieces made by multiple accessors
  • Bar pieces now have a minimum size of 0 px instead of 1px, which caused weird issues with rendering offset