import React from 'react'; type NewData = { name: string; value: number; color: string; }; export default function Towers() { const data: NewData[] = [ { name: ...
how can i create this in reactjs ? my designer gave me this, but i have no idea how can i build this design where if i chnage data then it should also change