Skip to content

Commit dfb8668

Browse files
Merge pull request #437 from AACHAL2303PATIL/new-apply
Updated Graph Data
2 parents d3c1712 + 4f13613 commit dfb8668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/about.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ export default function About() {
1919
}, []);
2020

2121
const data = {
22-
labels: ['0', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'], // Include '0' on the x-axis
22+
labels: ['2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023', '2024'], // Include '0' on the x-axis
2323
datasets: [
2424
{
2525
label: 'Number of Completed Projects',
26-
data: [0, 3, 3, 17, 9, 11, 8, 7, 17], // Start data points from '2017', leave '0' as null
26+
data: [4, 8, 12, 9, 9, 11, 8, 6, 18], // Start data points from '2017', leave '0' as null
2727
fill: false,
2828
borderColor: '#32a852',
2929
tension: 0.4,

0 commit comments

Comments
 (0)