React Apexchart is not taking its parent height when setting height 100%
问题 I am working on react-apexcharts and trying to set height 100 percent of the chart but it is not accepting height of its parents instead showing its min-height of 445px .I could not understand what is happening even after setting height 100% like this, chart: { height: "100%", }, Here is my full code import React from "react"; import ReactApexChart from "react-apexcharts"; class ApexChart extends React.Component { constructor(props) { super(props); this.state = { series: [ { name: 'member',