### Description <!-- REQUIRED --> <!-- Issues reporting a bug, but lacking a Reproduction WILL BE CLOSED! Please ask questions in Discussions. Issues opened that are questions will be closed without comment. --> ### Steps to Reproduce ` chart: { type: 'bar' }, plotOptions: { bar: { distributed: true, borderRadius: 4, borderRadiusApplication: 'end', horizontal: true, }, }, dataLabels: { enabled: false, }, ... ` ### Expected Behavior Did not show datalabels ### Actual Behavior Show datalabel even when set enabled: false ### Screenshots <!-- If the issue is a visual issue, please include screenshots showing the problem if possible --> ### Reproduction Link https://codepen.io/jobdiogenes/pen/yyNmYYM <!-- REQUIRED --> <!-- Modify this codepen https://codepen.io/apexcharts/pen/bxzgZJ to demonstrate the problem clearly, just fork it and paste the resulting codepen in your issue. Please make sure this is a minimal example, containing only the minimum necessary code to help us troubleshoot your problem. Issues/bug reports without reproducible example WILL BE CLOSED, so make sure you include one. If you are using vue-apexcharts, and want to create a demo in Vue environment, use the CodeSandbox Vue template - https://codesandbox.io/s/pwwz8009n0 If you are using react-apexcharts, and want to create a demo in React environment, use the CodeSandbox React template - https://codesandbox.io/s/6yoqonyo7r -->