fix: ie card charts issue
This commit is contained in:
parent
a44b204326
commit
b7cb78f21f
@ -469,10 +469,10 @@ class Dashboard extends Component {
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</ButtonDropdown>
|
</ButtonDropdown>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
<h4 className="mb-0">9.823</h4>
|
<div className="text-value">9.823</div>
|
||||||
<p>Members online</p>
|
<div>Members online</div>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
|
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
|
||||||
<Line data={cardChartData2} options={cardChartOpts2} height={70} />
|
<Line data={cardChartData2} options={cardChartOpts2} height={70} />
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
@ -493,10 +493,10 @@ class Dashboard extends Component {
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
<h4 className="mb-0">9.823</h4>
|
<div className="text-value">9.823</div>
|
||||||
<p>Members online</p>
|
<div>Members online</div>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
|
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
|
||||||
<Line data={cardChartData1} options={cardChartOpts1} height={70} />
|
<Line data={cardChartData1} options={cardChartOpts1} height={70} />
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
@ -517,10 +517,10 @@ class Dashboard extends Component {
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
<h4 className="mb-0">9.823</h4>
|
<div className="text-value">9.823</div>
|
||||||
<p>Members online</p>
|
<div>Members online</div>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<div className="chart-wrapper px-0" style={{ height: '70px' }}>
|
<div className="chart-wrapper px-0 mt-3" style={{ height: '70px' }}>
|
||||||
<Line data={cardChartData3} options={cardChartOpts3} height={70} />
|
<Line data={cardChartData3} options={cardChartOpts3} height={70} />
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
@ -541,10 +541,10 @@ class Dashboard extends Component {
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</ButtonDropdown>
|
</ButtonDropdown>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
<h4 className="mb-0">9.823</h4>
|
<div className="text-value">9.823</div>
|
||||||
<p>Members online</p>
|
<div>Members online</div>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
|
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
|
||||||
<Bar data={cardChartData4} options={cardChartOpts4} height={70} />
|
<Bar data={cardChartData4} options={cardChartOpts4} height={70} />
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
Reference in New Issue
Block a user