ztraboo / cpsc-6030-course-project

Team project for D3JS dashboard.
0 stars 2 forks source link

Create React Scatterplots for Health Measure Vs BMI #14

Closed ztraboo closed 2 weeks ago

ztraboo commented 2 weeks ago

Using this Tableau design as a base to work from when creating the D3JS chart in the React application.

Image

D3JS Code Mockup https://github.com/users/ztraboo/projects/3/views/1?pane=issue&itemId=86589317&issue=ztraboo%7Ccpsc-6030-course-project%7C7

ztraboo commented 2 weeks ago

After bringing this into React app, the D3ScatterPlotChart component was re-used and customization was handled through passing in additional arguments.

image