Background - Steema/TeeChartJS GitHub Wiki

Background

The chart background appearance is controlled by the “panel” sub-object:

Chart1.panel.transparent = false;

The panel property includes a format subproperty to control background’s appearance:

Chart1.panel.format.gradient.visible = true;
Chart1.panel.format.shadow.color=”black”;