Plottable Versions Save

:bar_chart: A library of modular chart components built on D3

v3.13.0

2 years ago
  • Use submodule imports for lodash-es #3594

v3.12.0

2 years ago
  • Use dynamic cateogry axis tick spacing (#3590)
  • Use lodash-es and upgrade to [email protected] (#3589)

v3.11.0

2 years ago
  • Support custom font sizes #3584

v3.9.0

3 years ago
  • Update extents after setBounds #3552
  • Check if an object is an Element in a window-neutral way #3550

v3.8.8

3 years ago
  • Explicitly update @types/d3-shape. #3548
  • Fix issue where pie strokes disappear after dataset update. #3494
  • Fixes to tests that become a problem in later versions of TypeScript. #3528

v3.8.7

3 years ago

v3.8.6

5 years ago
  • Chrome 73 causes some event listeners to constantly throw errors. A small change was added to avoid these.

v3.8.5

5 years ago
  • Added an optional argument to DragInteraction for drags that don't end with left click

v3.8.4

5 years ago

Improved line and bar rendering. Better null handling. Added metric callback.

v3.8.3

5 years ago

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)