diff --git a/frontend/src/components/Dashboard.js b/frontend/src/components/Dashboard.js index b280532..2439bce 100644 --- a/frontend/src/components/Dashboard.js +++ b/frontend/src/components/Dashboard.js @@ -324,7 +324,7 @@ const Dashboard = () => { labels: liveChartData.labels, datasets: [ { - label: "Live Data", + label: "Neural Signal", data: liveChartData.data, borderColor: "rgba(255, 99, 132, 1)", backgroundColor: "rgba(255, 99, 132, 0.2)", @@ -353,7 +353,7 @@ const Dashboard = () => { beginAtZero: true, title: { display: true, - text: "Value", + text: "Processing Intensity", }, }, }, diff --git a/frontend/src/components/LiveHeatmap.jsx b/frontend/src/components/LiveHeatmap.jsx index 689e00e..49111ab 100644 --- a/frontend/src/components/LiveHeatmap.jsx +++ b/frontend/src/components/LiveHeatmap.jsx @@ -17,13 +17,13 @@ const getColor = (value) => { const LiveHeatmap = () => { return (
-

Live Heatmap

+

Dynamic Neural Network

- - - + + + {data.map((entry, index) => ( diff --git a/frontend/src/components/LiveTrendVisualizer.jsx b/frontend/src/components/LiveTrendVisualizer.jsx index 0d5d5c5..248adfa 100644 --- a/frontend/src/components/LiveTrendVisualizer.jsx +++ b/frontend/src/components/LiveTrendVisualizer.jsx @@ -17,7 +17,7 @@ const LiveTrendVisualizer = () => { return (
-

Live Trend Visualizer

+

AI Insight Tracker