/*
========================================
File: frontend/features/map/components/analytics-overlay.tsx
========================================
*/
"use client";
import { LineChart, Wind, Droplets, Sparkles, Bot } from "lucide-react";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { AreaChart } from "./area-chart";
import { Overlay } from "./overlay-system/overlay"; // Import local overlay system
import { useOverlay } from "./overlay-system/overlay-context";
export function AnalyticsOverlay() {
const { toggleOverlay } = useOverlay();
const handleChatClick = () => {
toggleOverlay("chat");
};
return (
Information in radius will be analyzed
{/* Area Price History Card */}Overall Price History of this area
The estimated price based on various factors.
Want to ask specific question?