HI Thangaraj,
I has missed the containerProps altogether. By setting this property like this:-
const containerProps1 = {
width: “100%”,
height: “100%”,
};
const containerProps2 = {
width: “100%”,
height: “100%”,
};
the charts fill their containers 100% and resize as desired.
Simple if you know how. Thanks for your help.
Much appriciated.
Paul