Forum Replies Created by Paul Cookson

Viewing 1 post (of 1 total)
  • in reply to: React Chart Resize To Containing div. #38838

    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

Viewing 1 post (of 1 total)