I am lazy, remove the new heatmap for now

This commit is contained in:
2023-12-25 12:52:10 +00:00
parent 52b6b0eaee
commit 0ce2096fac
8 changed files with 3 additions and 1007 deletions
+3 -2
View File
@@ -5,11 +5,12 @@ import useSWR from "swr";
import {fetcher} from "@/app/utils";
import * as R from 'ramda';
import * as dFns from 'date-fns';
// import CalendarHeatmap from 'react-calendar-heatmap';
import CalendarHeatmap from '../heatmap';
import CalendarHeatmap from 'react-calendar-heatmap';
// import CalendarHeatmap from '../heatmap';
import 'react-calendar-heatmap/dist/styles.css';
import './calendar-styles.css'
import { Tooltip } from 'react-tooltip';
import {MyHeatMap} from "@/heatmap/b";
const initialDate = dFns.parseISO('2023-12-15T00:00:00.000Z')
const endDate = dFns.parseISO('2024-01-25T00:00:00.000Z')