Bar Chart Stacking Off Mode - How to avoid spaces within bars (Which occur if have 0 data)

I want to stack off bar chart. It well received. But have some spaces in the mid.

Data Source: MySQL
Version: Grafana 10.1.1

This is my very first data.

time, action, activity_count
2023-08-31 00:00:00, 50,1
2023-08-31 00:00:00, 51,3
2023-08-31 00:00:00, 52,3
2023-08-31 00:00:00, 53,4
2023-08-31 00:00:00, 103,5
2023-09-10 00:00:00, 50,1
2023-09-10 00:00:00, 51,3
2023-09-10 00:00:00, 52,3
2023-09-10 00:00:00, 53,4
2023-09-10 00:00:00, 103,2
2023-09-11 00:00:00, 50,3
2023-09-11 00:00:00, 51,4
2023-09-11 00:00:00, 52,3
2023-09-11 00:00:00, 53,2
2023-09-11 00:00:00, 103,5
2023-09-11 18:00:00, 50,3
2023-09-11 18:00:00, 51,4
2023-09-11 18:00:00, 52,3
2023-09-11 18:00:00, 53,2
2023-09-11 18:00:00, 103,2
2023-09-11 19:00:00, 50,1
2023-09-11 19:00:00, 52,3
2023-09-11 19:00:00, 53,4
2023-09-11 20:00:00, 50,3
2023-09-11 20:00:00, 51,3
2023-09-11 20:00:00, 103,5
2023-09-30 00:00:00, 50,3
2023-09-30 00:00:00, 51,4
2023-09-30 00:00:00, 52,3
2023-09-30 00:00:00, 53,2
2023-09-30 00:00:00, 103,2

Then I get in to grafana and transpose in grafana. As below. (Table View)

Now Lets see the off- Table View.

Here it have spaces. In table view for those have zeros. Is there any way reduces this space.

Thnx.