clean(lme): remove axis description hint text
This commit is contained in:
parent
24b3b3d6a3
commit
1b9c37bcd3
|
|
@ -648,11 +648,7 @@ export function LmeView() {
|
|||
)}
|
||||
</div>
|
||||
|
||||
{stockLine && (
|
||||
<span className="text-[11px] text-muted-foreground font-medium hidden sm:inline">
|
||||
* محور راست: قیمت ({priceLine?.unit}) • محور چپ: موجودی انبار ({stockLine?.unit})
|
||||
</span>
|
||||
)}
|
||||
|
||||
</div>
|
||||
|
||||
{diagramLoading ? (
|
||||
|
|
|
|||
Loading…
Reference in New Issue