You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create React components for a Linegraph, Progress Bar, and Pie chart as shown in the Figma:
The "Donate now" buttons should redirect to a link passed in by the user.
Ensure that the components behave correctly while resizing.
Please make use of vanilla D3 and avoid making use of 3rd party component libraries.
You should only create the component within the collapsible boxes. i.e. the component you will create should not be collapsible or have any frame around them.
Line Graph
Proggress Bar
Pie Chart
The text was updated successfully, but these errors were encountered:
I just added the components to the modal when you click on any provider from the map view. I left my testing components and their info in "map/index", if you wanted to see for yourself, but lmk and I can just remove the test data and the components.
Description
Create React components for a Linegraph, Progress Bar, and Pie chart as shown in the Figma:
The "Donate now" buttons should redirect to a link passed in by the user.
Ensure that the components behave correctly while resizing.
Please make use of vanilla D3 and avoid making use of 3rd party component libraries.
You should only create the component within the collapsible boxes. i.e. the component you will create should not be collapsible or have any frame around them.
The text was updated successfully, but these errors were encountered: