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:
![Screen Shot 2022-07-27 at 6 15 34 PM](https://user-images.githubusercontent.com/18175287/181394087-3cfabc35-3e30-4992-a9ec-8df1cc9f4d21.png)
after rotation:
![Screen Shot 2022-07-27 at 6 15 20 PM](https://user-images.githubusercontent.com/18175287/181394059-60928113-d491-45d7-8a66-7025f08d3873.png)
**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.
![image](https://user-… images.githubusercontent.com/43234/181618440-2e0916b9-1775-4487-9b0f-be06b4bc9eaa.png)
Thanks for the support and follow up.
Looking forward for the release!