Home > plot > PlotInput

PlotInput type#

Inputs data to the plot function.

Signature:
export declare type PlotInput = ValueArray | IMultiSeriesSpec | IDataSpec;
References: [ValueArray](/plot/docs/plot.valuearray), [IMultiSeriesSpec](/plot/docs/plot.imultiseriesspec), [IDataSpec](/plot/docs/plot.idataspec)