@scompliance,
In case of React Charts, you can set the height and width of the chart-container by passing it as containerProps as shown in the code-snippet below.
<CanvasJSChart options={options} containerProps={{ width: '100%', height: '300px' }} />
Please refer to React Charts documentation for more information.
—
Vishwas R
Team CanvasJS