palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

Filter for y0 in scale domain #3478

Closed waltonseymour closed 5 years ago

waltonseymour commented 5 years ago

Fixes #3476. getExtentsForProperty currently does not observe scale domain for y0 and will break autorangeMode as a consequence. This change allows getExtentsForProperty to be filtered properly for y0.