Skip to content

Commit

Permalink
console log test data output
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed May 3, 2024
1 parent 7dbffcd commit 45e2ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/layout/ComparisonChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,8 @@ export default function ComparisonChart({

// const { width, height } = useWindowSize();

console.log(data);

useLayoutEffect(() => {
if (chartComponent.current) {
chartComponent.current.setSize(width, height, true);
Expand Down

0 comments on commit 45e2ee3

Please sign in to comment.