Statistical Dashboard Layout - Copy this Html, Bootstrap Component to your project
Create visual charts using data from the following APIs: Weekly Data: http://127.0.0.1:5000/api/weekly?coin=BTC Monthly Data: http://127.0.0.1:5000/api/monthly?coin=BTC Yearly Data: http://127.0.0.1:5000/api/yearly?coin=BTC Requirements: Statistical Charts: Implement charts to visualize the data retrieved from the above APIs. The charts should be clear and easy to interpret, such as bar charts, line charts, or pie charts depending on the data type. Filtering Functionality: Include options for users to filter the data by time frame (weekly, monthly, yearly) before visualizing it. Add a "Filter" button to apply these selections. User Interface: Use a dark theme for the visualizations to provide a modern aesthetic. Ensure that contrasting colors are used to highlight the charts and important data points. Interactivity: Allow users to interact with the charts (e.g., zoom in/out, hover for details) for better insights.
