Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Phinetwork committed Dec 11, 2024
1 parent 48f2856 commit 3815b37
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/src/components/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import axios from "axios";
import jwtDecode from "jwt-decode";
import { useNavigate } from "react-router-dom";
import { Bar, Line } from "react-chartjs-2";
import LiveTrendVisualizer from "./LiveTrendVisualizer";
import LiveHeatmap from "./LiveHeatmap";
import RealTimeCandlestickChart from "./RealTimeCandlestickChart";
import {
Chart as ChartJS,
Expand Down Expand Up @@ -308,16 +306,6 @@ const Dashboard = () => {
)}
</div>

<div className="chart-container">
<h2>Live Trend Visualizer</h2>
<LiveTrendVisualizer />
</div>

<div className="chart-container">
<h2>Live Heatmap</h2>
<LiveHeatmap />
</div>

<div className="chart-container">
<h2>Real-Time Candlestick Chart</h2>
<RealTimeCandlestickChart />
Expand Down

0 comments on commit 3815b37

Please sign in to comment.