You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior:
I expected the axisNameWidget (the axis name) to be centered relative to the axis/chart height.
Actual Behavior:
The axisNameWidget is centered based on the full chart height, which includes:
The chart itself
Bottom side titles
Bottom axis name
As a result, the axis title (as shown in the screenshot) is positioned between the values 20-40, whereas the expected position is between 40-60 (center of the chart).
EDIT: The same issue occurs on the other axis where the title "Months" is positioned between March and April. However, since the center label is April, the expected title position should be directly below April.
Screenshot:
The text was updated successfully, but these errors were encountered:
I am using a simple bar chart with a
leftTitles
configuration that includes anaxisNameWidget
.The title configuration is as follows:
Expected Behavior:
I expected the axisNameWidget (the axis name) to be centered relative to the axis/chart height.
Actual Behavior:
The axisNameWidget is centered based on the full chart height, which includes:
As a result, the axis title (as shown in the screenshot) is positioned between the values 20-40, whereas the expected position is between 40-60 (center of the chart).
EDIT: The same issue occurs on the other axis where the title "Months" is positioned between March and April. However, since the center label is April, the expected title position should be directly below April.
Screenshot:
![Screenshot_20250113_151024](https://private-user-images.githubusercontent.com/18287632/402573490-f16afa4c-2f48-4bbd-bcb2-e3e1c014cc7b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODUzMTQsIm5iZiI6MTczOTE4NTAxNCwicGF0aCI6Ii8xODI4NzYzMi80MDI1NzM0OTAtZjE2YWZhNGMtMmY0OC00YmJkLWJjYjItZTNlMWMwMTRjYzdiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEwNTY1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2NmEyOTMzNjMzNjc2ZDMxMDkzNWIyODlmNWRjMGU5ZTAxODAxZjMxZDU0YmRlODhjMjMyOTUzZmNiZDg2YjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jUPNX7J6ek10Kxg3c5Tl_1NR9YCGu6wfwGdyH9Wp4vY)
The text was updated successfully, but these errors were encountered: