Skip to content

Commit

Permalink
functional refactor completed
Browse files Browse the repository at this point in the history
  • Loading branch information
adedolapoadegboye committed Jul 10, 2024
1 parent 8281e5e commit 97c4611
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 97c4611

Please sign in to comment.