This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Description
For better accessibility we have thought of implementing following behaviour to the ratings graph:
- Instead of showing two panels (one for the graph and other for the details), we are going to use single panel where each data point would have its own tooltip (providing the details about that point)
- There would a graph switch on top-right of the graph to switch between history and distribution graph
Here are the detailed specks: https://drive.google.com/folderview?id=0B1LbmKnex41fSThnNERscFBzSDQ&usp=sharing
Notes:
- Tooltip for challenge data point in history graph would be clickable and lead user to the actual challenge.
- For tooltip, it would be required to use Tooltip React component.