Releases: palantir/plottable
Releases · palantir/plottable
3.13.0
Compare
Sorry, something went wrong.
No results found
Use submodule imports for lodash-es #3594
3.12.0
Compare
Sorry, something went wrong.
No results found
Use dynamic cateogry axis tick spacing (#3590 )
Use lodash-es and upgrade to TS@4.4 (#3589 )
3.11.0
Compare
Sorry, something went wrong.
No results found
Support custom font sizes #3584
3.9.0
Compare
Sorry, something went wrong.
No results found
Update extents after setBounds #3552
Check if an object is an Element in a window-neutral way #3550
3.8.8
Compare
Sorry, something went wrong.
No results found
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
3.8.7
Compare
Sorry, something went wrong.
No results found
Contains updates to several dependencies
Invalidate bar label text measurer caches #3546
3.8.6
Compare
Sorry, something went wrong.
No results found
Chrome 73 causes some event listeners to constantly throw errors. A small change was added to avoid these.
3.8.5
Compare
Sorry, something went wrong.
No results found
Added an optional argument to DragInteraction for drags that don't end with left click
3.8.4
Compare
Sorry, something went wrong.
No results found
Improved line and bar rendering.
Better null handling.
Added metric callback.
3.8.3
Compare
Sorry, something went wrong.
No results found
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 )