ui fix
This commit is contained in:
parent
bad63e88da
commit
4d49db2bd4
@ -270,7 +270,6 @@
|
|||||||
type: "gauge",
|
type: "gauge",
|
||||||
backgroundColor: "#09090B",
|
backgroundColor: "#09090B",
|
||||||
plotBackgroundColor: "#09090B",
|
plotBackgroundColor: "#09090B",
|
||||||
height: 360,
|
|
||||||
animation: false,
|
animation: false,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
@ -794,7 +793,10 @@
|
|||||||
from the current stock price of {price}.
|
from the current stock price of {price}.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div use:highcharts={optionsPieChart}></div>
|
<div
|
||||||
|
class=" max-h-[225px]"
|
||||||
|
use:highcharts={optionsPieChart}
|
||||||
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="grow pt-2 md:pt-4 lg:pl-4 lg:pt-0">
|
<div class="grow pt-2 md:pt-4 lg:pl-4 lg:pt-0">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user