We are facing some challenges to show #Total at the end of stacked chart bar. BIRT shows # of changes inside the bar area of stacked chart for each category. We need to show a label with total count for each stacked bar. Also, we need to update this total count with toggle functionality. For example, in attached report
Category1->Added(3)+Removed(5)=Total(8)
Category2->Added(4)+Removed(8)=Total(12)
If we hide Added using toggle it will be like below:
Category1->Removed(5)=Total(5)
Category2->Removed(8)=Total(8)