ui fixes
This commit is contained in:
parent
f110d71ce1
commit
ea09cd93cc
@ -92,7 +92,7 @@
|
||||
let tooltipContent = `<span class="text-white m-auto text-black text-[1rem] font-[501]">${this?.x}</span><br>`;
|
||||
this.points.forEach((point) => {
|
||||
tooltipContent += `<span class="text-white font-semibold text-sm">${point.series.name}:</span>
|
||||
<span class="text-white font-normal text-sm" style="color:${point.color}">${abbreviateNumber(
|
||||
<span class="text-white font-normal text-sm">${abbreviateNumber(
|
||||
point.y,
|
||||
)}</span><br>`;
|
||||
});
|
||||
|
||||
@ -502,7 +502,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#6100ff"][
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -537,7 +537,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#6100ff"][
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -499,7 +499,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#6100ff"][
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
@ -488,7 +488,7 @@
|
||||
displayStatement={item?.key}
|
||||
{filterRule}
|
||||
{processedData}
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#6100ff"][
|
||||
color={["#e5009d", "#9203e8", "#ff0831", "#07c8f9"][
|
||||
i % 4
|
||||
]}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user