Skip to content

Commit

Permalink
fix: remove bar graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Mar 7, 2022
1 parent db13fd3 commit 7e5a729
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions admin-ui/app/routes/Dashboards/DashboardPage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState, useEffect } from 'react'
import { subMonths } from 'date-fns'
import moment from 'moment'
import CustomBarGraph from './Grapths/CustomBarGraph'
import CustomLineChart from './Grapths/CustomLineChart'
import CustomBadgeRow from './Grapths/CustomBadgeRow'
import DatePicker from 'react-datepicker'
Expand Down Expand Up @@ -194,10 +193,7 @@ function DashboardPage({ statData, permissions, clients, loading, dispatch }) {
<FormGroup row />

<FormGroup row>
<Col sm={6}>
<CustomBarGraph data={statData} />
</Col>
<Col sm={6}>
<Col sm={12}>
<CustomLineChart data={doDataAugmentation(statData)} />
</Col>
</FormGroup>
Expand Down

0 comments on commit 7e5a729

Please sign in to comment.