diff --git a/components/analytics/PredictionsChart.tsx b/components/analytics/PredictionsChart.tsx index 38ea22a..ebd0ea5 100644 --- a/components/analytics/PredictionsChart.tsx +++ b/components/analytics/PredictionsChart.tsx @@ -64,6 +64,7 @@ import { TooltipProvider, TooltipTrigger, } from "@/components/ui/tooltip"; +import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"; interface PredictionsChartProps { timeRange?: number; @@ -237,7 +238,7 @@ export default function PredictionsChart({
Based on data consistency, historical accuracy, and model agreement
@@ -284,8 +285,8 @@ export default function PredictionsChart({ {predictions.sales.aiModel?.used && (Predictions generated using a Deep Learning Ensemble Model (TensorFlow.js)
@@ -303,8 +304,8 @@ export default function PredictionsChart({ )} {predictions.sales.trend && (Direction of the recent sales trend (slope analysis)
@@ -418,6 +419,14 @@ export default function PredictionsChart({