change colors

This commit is contained in:
MuslemRahimi 2025-02-27 17:20:34 +01:00
parent 4d311421bd
commit 9942244f4c
5 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
},
},
title: {
text: `<h3 class="mt-3 mb-1 text-[1rem]">${labelName}</h3>`,
text: `<h3 class="mt-3 mb-1 sm:text-lg">${labelName}</h3>`,
useHTML: true,
style: { color: "white" },
},

View File

@ -502,7 +502,7 @@
displayStatement={item?.key}
{filterRule}
{processedData}
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
i % 4
]}
/>

View File

@ -537,7 +537,7 @@
displayStatement={item?.key}
{filterRule}
{processedData}
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
i % 4
]}
/>

View File

@ -499,7 +499,7 @@
displayStatement={item?.key}
{filterRule}
{processedData}
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
i % 4
]}
/>

View File

@ -488,7 +488,7 @@
displayStatement={item?.key}
{filterRule}
{processedData}
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
i % 4
]}
/>