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

Expose y offset for stacked area plots #3465

Closed jscheiny closed 6 years ago

jscheiny commented 6 years ago

This exposes a yOffset method (happy to change name) on the StackedArea plot which allows users to retrieve the offset of a given data point on a specific dataset for the purpose of coordinating the display of data across plots that share datasets but some of which are not stacked.

screen shot 2018-04-30 at 3 24 03 pm