plottable icon indicating copy to clipboard operation
plottable copied to clipboard

Scrambled stacked bar chart if a data point is below Y domainMin or total is above domainMax

Open rstarkov opened this issue 5 years ago • 0 comments

See demo here: https://jsbin.com/ceyijacuva/2/edit?html,output (or as a gist)

Normal display:

With one data point below domainMin (data[0].r = 5):

With total exceeding domainMax (data[0].r = 150):

Expected behaviour

The rightmost column should remain unaffected in both cases.

Actual behaviour

Parts of the rightmost column disappear.

This is just one example; I've seen the chart get scrambled in other ways if this condition occurs.

rstarkov avatar Oct 27 '18 00:10 rstarkov