Wall - Steema/TeeChartJS GitHub Wiki
The rectangular space where axes are painted is called “the back wall”.
Formatting is provided using the walls.back property:
Chart1.walls.back.visible = true;
Chart1.walls.back.transparent = false;
Chart1.walls.back.format.gradient.visible = true;