UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Create a new class for new Stacked bar chart and register it. #17

Closed Pratik0116 closed 7 months ago

Pratik0116 commented 7 months ago

Task Description Create a new class for a Stacked Bar Chart in the chart.py file and register it with the existing charting framework.

Task Details: Develop a new class named StackedBarChart in the chart.py file. Implement the necessary methods and attributes for generating stacked bar charts. Ensure the class follows the conventions and structure of the existing charting classes. Implement methods to retrieve data for the chart, considering the possibility of reusing these methods for other chart types.

Expected Outcome: The addition of the StackedBarChart class and its registration within the charting framework will expand the available chart types. The class will be designed with flexibility in mind, allowing for easy data retrieval and seamless embedding, similar to other chart types in the framework.