Javascript – restructuring json data in reactjs
This is the json data I am pulling from the backend API: [ { "year": 2024, "month": 7, "revenue": 27000 }, { "year": 2024, "month": 8, "revenue": 27000 } ] However in order to use nivo line charts to graph…