See https://codepen.io/etpinard/pen/mKEoro?editors=0010
this should not happen. Something must be wrong with how we add autorange pads here for sizemode: 'absolute':
|
// stash autorange pad value |
|
trace._pad = anchor2coneSpan[trace.anchor] * meshData.vectorScale * trace.sizeref; |
|
if(trace.sizemode === 'scaled') trace._pad *= trace._normMax; |