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