Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,27 @@ const LearningCircles = () => {
data={[["Interest Group", "Total Circles"], ...lcdata.map(item => [item.ig_name, parseInt(item.learning_circles)])]}
options={{
chart: {
title: "Interest Group Counts"
title: "Learning Circles by Interest Group"
}
}}
/>
</div>
<br />
<div className={styles.chartContainer}>
<Chart
width={"100%"}
height={"400px"}
chartType="Bar"
loader={<div>Loading Chart</div>}
data={[["Interest Group", "Total Users"], ...lcdata.map(item => [item.ig_name, parseInt(item.total_users)])]}
options={{
chart: {
title: "Users by Interest Group"
}
}}
/>
</div>
{/* Organization Wise Counts section commented out
<p className={styles.heading}>
Organization Wise Counts
</p>
Expand All @@ -590,7 +606,6 @@ const LearningCircles = () => {
>
<THead
columnOrder={orgColumnOrder}
// editableColumnNames={editableColumnNames}
onIconClick={handleOrgIconClick}
/>
<Pagination
Expand All @@ -609,10 +624,10 @@ const LearningCircles = () => {
perPage={orgPerPage}
setPerPage={setOrgPerPage}
/>
{/*use <Blank/> when u don't need <THead /> or <Pagination inside <Table/> cause <Table /> needs atleast 2 children*/}
</Table>
</div>
<br />
*/}
<p className={styles.heading}>
User Wise Counts
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Shortlisted Candidates": "58",
"Shortlisted Team Count": "15",
"Attended People": "",
"Offerings Count": "",
"Placement Count": ""
"Offerings Count": "20",
"Placement Count": "11"
}
]