Skip to content

Commit

Permalink
Merge pull request #110 from Kraniket901/dev
Browse files Browse the repository at this point in the history
graph changed
  • Loading branch information
Kraniket901 authored Oct 5, 2023
2 parents f1aceab + e49b1e8 commit f80ecfc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 366 deletions.
226 changes: 0 additions & 226 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"axios": "^1.5.0",
"emailjs-com": "^3.2.0",
"font-awesome": "^4.7.0",
"react-apexcharts": "^1.4.1",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
Expand Down
Binary file added src/assets/images/graph1.webp
Binary file not shown.
Binary file added src/assets/images/graph2.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HomePage = () => {
<Statistics />
<div className="container mx-auto main-container">
<Section2 />
{/* <Section14 /> */}
<Section14 />
<Section5 />
<Section6 />
<Section10 />
Expand Down
43 changes: 0 additions & 43 deletions src/pages/home/sections/section14/Section14.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,24 +139,6 @@
}
}

.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
fill: #ffffffd0;
font-size: 12px;
}

.apexcharts-xaxis-title-text,
.apexcharts-yaxis-title-text {
fill: var(--secondary-c);
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
}
.apexcharts-xaxis-title-text:hover,
.apexcharts-yaxis-title-text:hover {
fill: var(--secondary-c);
}

@media (width<1000px) {
.codeutsava__section14-menu2 > div {
flex-direction: column;
Expand All @@ -168,33 +150,8 @@
width: 100%;
margin: 25px;
}
.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
font-size: 9px;
}

.apexcharts-xaxis-title-text,
.apexcharts-yaxis-title-text {
font-size: 11px;
font-weight: 300;
}
.apexcharts-xaxis-title-text {
transform: translateY(-42px) !important;
}
.codeutsava__section14-left,
.codeutsava__section14-right {
padding: 0;
}
}

.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
transform: scale(0.85);
display: flex;
justify-content: end;
}

.apexcharts-menu-item {
color: black;
}
Loading

0 comments on commit f80ecfc

Please sign in to comment.