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.
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.