tracker issues

This commit is contained in:
VE10-Sanjeev 2025-04-17 11:30:40 +00:00
parent 45f332f991
commit 09748ce1fa
2 changed files with 37 additions and 25 deletions

View File

@ -2943,10 +2943,21 @@ if (!empty($INRSYMBOL)) {
</div>
</div>
<table class="table table-bordered ">
<style>
.table-responsive::-webkit-scrollbar {
display: none;
}
</style>
<div class="box-body">
<table id="serviceTax" class="table table-bordered table-hover"
style="background-color:#fff;">
<div class="table-responsive" style="padding-bottom: 30px;
overflow: auto;
-ms-overflow-style: none; /* IE/Edge */
scrollbar-width: none; /* Firefox */
">
<table id="serviceTax" class="table table-bordered table-hover mb-0"
style="background-color:#fff; font-size:12px;">
<thead>
<tr>
<th style="white-space: nowrap !important;">SNo</th>
@ -2968,7 +2979,8 @@ if (!empty($INRSYMBOL)) {
<tbody id="RevenueAppend"></tbody>
</table>
</div>
</table>
</div>
<div class="row px-3" id="potaxes" style="display:none;">

View File

@ -252,7 +252,7 @@
}
},
min: 0, // Minimum value for y-axis
max: 30000000 // Maximum value for y-axis
max: 50000000 // Maximum value for y-axis
}
},
plugins: {