Home > plot > IPlotAPI > height

IPlotAPI.height() method#

Set the height of the chart.

Signature:
height(height: number | string): IPlotAPI;

Parameters#

ParameterTypeDescription
heightnumber | string
Returns:

IPlotAPI