Skip to content

3.8.3

Compare
Choose a tag to compare
@themadcreator themadcreator released this 04 Jun 23:01
· 53 commits to develop since this release
b6e36fb

Performance

  • Memoize AttrToProjector. Move concats out of inner loop. (#3470)
  • For-each loop optimization and memoize normalizeKey (#3469)

Bugs

  • Add 0x0 size check to canvas (#3467)
  • Normalize keys instead of using .toString to avoid NPE (#3459)

API

  • Expose y offset for stacked area plots (#3465)
  • Expose autoDomainIfAutomaticMode in public API (#3461)

Housekeeping

  • Upgrade d3 and types. Regenerate yarn.lock (#3464)
  • Use the tick generator for log scales to make API consistent (#3463)