- D3js (Javascript library for manipulating documents based on data) implemented SVG rendering
- Inspired from ssmaroju's Wind Rose Plot
yarn install @eunchurn/react-windrose
- INPUT: Professionals respond to survey of how much they use a K-12 core competancy in each subject
- OUTPUT: Interdisciplinarity Badge (ideally with mouseover tooltips). Wind-rose type graphic, displaying survey response magnitudes for each subject area core competency
yarn install @eunchurn/windrose
yarn install
yarn bootstrap
run React App
yarn start
Component build with watching
yarn watch
yarn lerna:add {external_package_name} --scope={package-name}