I have been working on developing an admin page for customer support and I recently added a visually appealing chart to display some data on the home screen. The chart integration was successful, but when I introduced tab panes to the page and refreshed it, I encountered an issue where the chart expanded downwards, causing the page to continuously scroll. Additionally, the legend within the chart appears distorted, displaying plain text without any CSS formatting applied as intended. For some reason, I am unable to upload the image. This problem is quite frustrating and I am looking for insights into what could be triggering this behavior. I am considering sharing all the scripts in use along with the chat code to determine if there might be conflicts arising from multiple JavaScript files.
<html>
<head></head>
<body>
<div class="col-lg-4 d-flex flex-grow">
...
<script src="/template/js/Chart.roundedBarCharts.js"></script>
</body>