Home > composition-plot > QuaternaryShellPlot > setBorderWidthFn
Set the border width function
Signature:
setBorderWidthFn(fn: (sample: ISample, dp: DataProvider) => number): void;
Parameter | Type | Description |
---|---|---|
fn | (sample: ISample, dp: DataProvider) => number | Returns a border width for a given sample |
Returns:
void