shidtplan / task / employeespage
parent
7c448cfd51
commit
bd46dfafa9
|
@ -53,7 +53,9 @@ const Home = (props) => {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="bg-body-100 relative top-[-30px] rounded-t-3xl overflow-hidden p-5 rtl">
|
<div className="bg-body-100 relative top-[-30px] rounded-t-3xl overflow-hidden p-5 rtl">
|
||||||
اینجا برای مدیریت میشه همون چارت ها و ...
|
<div className="w-[200px] mx-auto flex ">
|
||||||
|
<Pie data={data} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue