Question: Requirements: Data Processing: Parse the provided CSV file ( mock stock data.CSV ) to extract stock values. The CSV contains stock names, dates, and their
Requirements:
Data Processing:
Parse the provided CSV file mock stock data.CSV to extract stock values. The CSV contains stock names, dates, and their corresponding values.
Implement functionality to filter data based on userselected criteria eg stock name, date range
Visualization:
Utilize Djs to create a visualization that effectively represents the stock data. This could be in the form of a line chart, bar chart, or any other appropriate visualization type.
Ensure the visualization is responsive and fits within the dimensions specified in the index.html file x SVG element
Interactivity:
Implement interactivity such that hovering over a data point displays a tooltip with detailed information eg stock name, value, date
Include interactive elements to allow users to filter the visualization based on stock names or date ranges.
Styling:
Use the provided file to style the webpage and the visualization. Enhance the visual design with additional CSS as needed.
Ensure the webpage is visually appealing and the information is easy to read.
Integration:
Integrate your JavaScript code with the provided file. Your script should be linked as indicated and should run correctly when the page loads.
Make sure your application adheres to modern web development standards, including accessibility and crossbrowser compatibility.
Deliverables:
A modified file with your Djs visualization integrated.
An updated JavaScript file I or a new file containing your data processing, visualization, and interactivity code.
An enhanced CSS file with additional styling for your dashboard.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
