ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.48k stars 5.98k forks source link

Bar chart values are showing on the left side and not above the bar line if moves to vertical #5091

Open haidersherazi opened 1 year ago

haidersherazi commented 1 year ago

What did you do?

I've implemented bar chart in my current application.

What did you expect to happen?

I want to show the values of bar chart in vertical form not in horizontal form.

What happened instead?

I put the valueLabelAngle = 90 and the values moved to vertical but its not showing above the bar and showing on the left side.

Screenshot 2023-08-07 at 1 35 53 PM

Demo Project

I'm attaching a screenshot please look into it and let me know how can I fix it. Thanks!