Create a new page called sales.html and a js script called sales-graph.js This page should display a bar graph for sales data for each month. Use the following sales data: a. Month: January , Sales: 40 b. Month: February, Sales: 10 c. Month: March , Sales: 100 d. Month: April, Sales: 65 e. Month: May, Sales: 75 f. Month: June, Sales: 120 g. Month: July, Sales: 121 h. Month: August, Sales: 175 i. Month: September, Sales: 220 j. Month: October, Sales: 275 k. Month: November, Sales: 300 l. Month: December, Sales: 15 Use different colors for each month and use labels for the month and for each bar and annotate that the Sales is in thousands. Add a reset graph button and when the button is clicked, use animation to shrink all the bars back to 0. Only the admin should be able to see the Sales-graph. So when the admin logins, redirect them only to the subscription-dashboard page. The admin’s username is admin@titanmusicstore.com and their password is “admin123”. You will need to hardcode this in your login script. Do not use window.location for redirection.
Create a new page called sales.html and a js script called sales-graph.js This page should display a bar graph for sales data for each month.
Use the following sales data:
a. Month: January , Sales: 40
b. Month: February, Sales: 10
c. Month: March , Sales: 100
d. Month: April, Sales: 65
e. Month: May, Sales: 75
f. Month: June, Sales: 120
g. Month: July, Sales: 121
h. Month: August, Sales: 175
i. Month: September, Sales: 220
j. Month: October, Sales: 275
k. Month: November, Sales: 300
l. Month: December, Sales: 15
Use different colors for each month and use labels for the month and for each bar and annotate that the Sales is in thousands.
Add a reset graph button and when the button is clicked, use animation to shrink all the bars back to 0.
Only the admin should be able to see the Sales-graph. So when the admin logins, redirect them only to the subscription-dashboard page. The admin’s username is admin@titanmusicstore.com and their password is “admin123”. You will need to hardcode this in your login script.
Do not use window.location for redirection.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images