Hi, I’m new to Grafana.
I’m using Grafana v8.4.3.
I’m trying to adjust the bar label to 90 degree since my label is quite long. After the adjustment, the y-axis is cut off. I have no clue on adjusting the y-axis or fix this issue.
Thanks for the help in advance.
Welcome to the community @jmjiunmin !
Thank you for reporting this issue. It looks like a bug, I was able to reproduce it with short labels on the most recent version of Grafana. I’ve opened a bug report if you want to follow it:
opened 12:21AM - 28 Jul 22 UTC
closed 09:51PM - 28 Jul 22 UTC
type/bug
area/panel/barchart
**What happened**:
Change the label orientation to 90 degrees, the top of the… y-axis is truncated. The length of the label doesn't matter also tried to adjust the maximum label length.
**How to reproduce it (as minimally and precisely as possible)**:
Create a bar chart
Use the TestDB Datasource and select CSV Content
Add this CSV content:
```
label,value
"kdjfdkjal",3000
"fjakjd",45000
"kdjfdkjal",3
```
Before rotation:

after rotation:

**Anything else we need to know?**:
**Environment**:
- Grafana version: 9.05
- Data source type & version: TestDataDB
- OS Grafana is installed on: Grafana Cloud
- User OS & Browser: Chrome
- Grafana plugins:
- Others:
This issue has a fix merged, available soon!
grafana:main
← grafana:leeoniya/barchart-rotate-y-ticks
opened 07:10PM - 28 Jul 22 UTC
Fixes #52914
avoids setting top chart padding to 0.

Thanks for the support and follow up.
Looking forward for the release!