Skip to content

Commit

Permalink
Merge pull request #1 from adedolapoadegboye/code-refactor
Browse files Browse the repository at this point in the history
functional refactor completed
  • Loading branch information
adedolapoadegboye authored Jul 10, 2024
2 parents 8281e5e + 97c4611 commit a8d953d
Show file tree
Hide file tree
Showing 13 changed files with 544 additions and 486 deletions.
2 changes: 1 addition & 1 deletion src/Dev/Components/Visualizers/DataPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Chart from "chart.js/auto";

const LineChart = (data) => {
const chartRef = useRef(null);

// console.log(data);
useEffect(() => {
const ctx = chartRef.current.getContext("2d");

Expand Down
Loading

0 comments on commit a8d953d

Please sign in to comment.