Description: User Story
—-
As a user, I should be able to see a Gauge graph as part of a Result.
**[Zeplin Link](https://zpl.io/2pYGLoV)**
– Display a gauge graph depicting each of the ranges and their numeric transition values
– Show an arrow that is pointing at user’s score
– Display the user’s result score
– Display a legend of all of the ranges and their labels
– The Label for the range the user scored in should be displayed by default.
– Clicking on another range on the gauge OR a label in the legend should hide any active labels on the gauge and show the label for the selected range.
—-
Web Code – For reference
—-
https://github.com/TangoGroup/polymer/blob/mainline/epoxy/app/components/graphs/eg-pie-chart.html
https://github.com/TangoGroup/polymer/blob/mainline/epoxy/app/components/graphs/eg-pie-chart.js
Complex charting in here and also some additional data fetching for historical scores
Owner:
Recent Comments