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

Area plot autorangeMode not working #3476

Closed waltonseymour closed 5 years ago

waltonseymour commented 5 years ago

Bug report

Steps to repro:

  1. Create an area plot with a non-zero y0
  2. Enable autorangeMode("y")

Expected behavior

Chart should dynamically scale to contain both the y and y0 points.

Actual behavior

Chart does not rescale at all. autorangeMode("y") seems to have no effect.

Environment