[GitHub] [echarts] lieyongchang commented on issue #15678: echart and material-ui card: resposive width and height

2021-09-07 Thread GitBox
lieyongchang commented on issue #15678: URL: https://github.com/apache/echarts/issues/15678#issuecomment-914408106 but how do i capture when the card changes its width and height? how do I then use those values and set it as the chart own width and height ? -- This is an automated messa

[GitHub] [echarts] lieyongchang commented on issue #15678: echart and material-ui card: resposive width and height

2021-09-06 Thread GitBox
lieyongchang commented on issue #15678: URL: https://github.com/apache/echarts/issues/15678#issuecomment-913549821 I have give it a proper width and height ``` return ( ); ``` but i want to update those values of the parent width and height. Thats the part