Home › Forums › Chart Support › React Chart Resize To Containing div. › Reply To: React Chart Resize To Containing div.
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