Home > plot > IPlotAPI > width

IPlotAPI.width() method#

Set the width of the chart.

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

Parameters#

ParameterTypeDescription
widthnumber | string
Returns:

IPlotAPI