fix:dashboard analytics
This commit is contained in:
parent
dc44e3a3e3
commit
d2af5ab2ee
|
|
@ -524,7 +524,7 @@ export default function DashboardContainer() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full flex flex-col lg:flex-row gap-6 justify-center ">
|
<div className="w-full flex flex-col lg:flex-row gap-6 justify-center ">
|
||||||
<div className="border-1 shadow-sm w-screen rounded-lg lg:w-[55%] p-6 flex flex-col text-xs lg:text-sm">
|
<div className="border-1 shadow-sm w-screen rounded-lg lg:w-[55%] p-6 flex flex-col text-xs lg:text-sm h-fit">
|
||||||
<div className="flex flex-col md:flex-row md:justify-between mb-4 items-center gap-2 md:gap-0">
|
<div className="flex flex-col md:flex-row md:justify-between mb-4 items-center gap-2 md:gap-0">
|
||||||
<p className="font-semibold self-start">
|
<p className="font-semibold self-start">
|
||||||
Rekapitulasi Post Berita Polda/Polres Pada Website
|
Rekapitulasi Post Berita Polda/Polres Pada Website
|
||||||
|
|
@ -789,7 +789,7 @@ export default function DashboardContainer() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full flex flex-col gap-6 justify-center">
|
<div className="w-full flex flex-col gap-6 justify-center">
|
||||||
<div className="border-1 shadow-sm w-full rounded-lg p-6 flex flex-col">
|
<div className="border-1 shadow-sm w-full rounded-lg p-6 flex flex-col h-[600px]">
|
||||||
<div className="flex justify-between mb-3">
|
<div className="flex justify-between mb-3">
|
||||||
<div className="font-semibold flex flex-col">
|
<div className="font-semibold flex flex-col">
|
||||||
Engagement Analytics
|
Engagement Analytics
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ const IndonesiaMap = () => {
|
||||||
() => ({
|
() => ({
|
||||||
backgroundColor: "#d3d3d3",
|
backgroundColor: "#d3d3d3",
|
||||||
title: {
|
title: {
|
||||||
text: "Data Distribution",
|
text: "Visitor Distribution",
|
||||||
left: "center",
|
left: "center",
|
||||||
textStyle: { color: "#000" },
|
textStyle: { color: "#000" },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue