Diployed Link : https://diverging-bar-chart-built-in-javascript.vercel.app/
Cricket Data Analysis - Diverging Bar Chart Project Overview This project visualizes the performance of the Indian cricket team over different five-year periods using a diverging bar chart. The chart represents the number of wins and losses in a given time frame, providing a clear view of trends and performance over the years.
Project Description The project uses AnyChart, a JavaScript charting library, to create a diverging bar chart that displays the win-loss data of the Indian cricket team. The chart helps in analyzing the team's performance through various periods, highlighting trends in wins and losses.
Technologies Used HTML5: Structure of the web page CSS3: Styling for the chart container JavaScript: Logic to handle data and render the chart AnyChart: JavaScript charting library for creating interactive charts.