fix: ie card charts issue
This commit is contained in:
parent
a44b204326
commit
b7cb78f21f
@ -469,10 +469,10 @@ class Dashboard extends Component {
|
||||
</DropdownMenu>
|
||||
</ButtonDropdown>
|
||||
</ButtonGroup>
|
||||
<h4 className="mb-0">9.823</h4>
|
||||
<p>Members online</p>
|
||||
<div className="text-value">9.823</div>
|
||||
<div>Members online</div>
|
||||
</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} />
|
||||
</div>
|
||||
</Card>
|
||||
@ -493,10 +493,10 @@ class Dashboard extends Component {
|
||||
</DropdownMenu>
|
||||
</Dropdown>
|
||||
</ButtonGroup>
|
||||
<h4 className="mb-0">9.823</h4>
|
||||
<p>Members online</p>
|
||||
<div className="text-value">9.823</div>
|
||||
<div>Members online</div>
|
||||
</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} />
|
||||
</div>
|
||||
</Card>
|
||||
@ -517,10 +517,10 @@ class Dashboard extends Component {
|
||||
</DropdownMenu>
|
||||
</Dropdown>
|
||||
</ButtonGroup>
|
||||
<h4 className="mb-0">9.823</h4>
|
||||
<p>Members online</p>
|
||||
<div className="text-value">9.823</div>
|
||||
<div>Members online</div>
|
||||
</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} />
|
||||
</div>
|
||||
</Card>
|
||||
@ -541,10 +541,10 @@ class Dashboard extends Component {
|
||||
</DropdownMenu>
|
||||
</ButtonDropdown>
|
||||
</ButtonGroup>
|
||||
<h4 className="mb-0">9.823</h4>
|
||||
<p>Members online</p>
|
||||
<div className="text-value">9.823</div>
|
||||
<div>Members online</div>
|
||||
</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} />
|
||||
</div>
|
||||
</Card>
|
||||
|
Loading…
Reference in New Issue
Block a user