change colors
This commit is contained in:
parent
4d311421bd
commit
9942244f4c
@ -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" },
|
||||
},
|
||||
|
||||
@ -502,7 +502,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -537,7 +537,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -499,7 +499,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -488,7 +488,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
color={["#ff00cc", "#37ff00", "#0c63e7", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user