tracker issues
This commit is contained in:
parent
45f332f991
commit
09748ce1fa
@ -2943,10 +2943,21 @@ if (!empty($INRSYMBOL)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-bordered ">
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.table-responsive::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<table id="serviceTax" class="table table-bordered table-hover"
|
<div class="table-responsive" style="padding-bottom: 30px;
|
||||||
style="background-color:#fff;">
|
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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="white-space: nowrap !important;">SNo</th>
|
<th style="white-space: nowrap !important;">SNo</th>
|
||||||
@ -2968,7 +2979,8 @@ if (!empty($INRSYMBOL)) {
|
|||||||
<tbody id="RevenueAppend"></tbody>
|
<tbody id="RevenueAppend"></tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row px-3" id="potaxes" style="display:none;">
|
<div class="row px-3" id="potaxes" style="display:none;">
|
||||||
|
|||||||
@ -252,7 +252,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
min: 0, // Minimum value for y-axis
|
min: 0, // Minimum value for y-axis
|
||||||
max: 30000000 // Maximum value for y-axis
|
max: 50000000 // Maximum value for y-axis
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user