Data label reaches top in column chart in case of maximum value #3750
mleister97
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Apexchart, If I gave offset value as -2 , which means above the bar. It works fine, until I have the value of 100%. If I have 100% value, data labels touches the bar. I don't want the datalabels to touch the bar, it should always be above the bar.
As you can see in the image, the data label is hitting the top of the bar chart, even tough i set an y offset:
This issue only occurs in case if the value reaches the maximum value of the y axis. Probably because the offset is not valid as the chart does not have enough height. Could you please tell me how to fix this issue?
Another example:
Beta Was this translation helpful? Give feedback.
All reactions