composition-plot

Home > composition-plot > QuaternaryShellPlot > broadCast

QuaternaryShellPlot.broadCast() method

Broadcast a function call on each BasePlot held by this Quaternary plot

Signature:

broadCast(fn: (plot: BasePlot) => void): void;

Parameters

Parameter Type Description
fn (plot: BasePlot) => void The function that will be invoked for each plot

Returns:

void