I've got a bunch of vulnerability data with CVSS scores. I'm trying to create a pie or vertical bar chart that groups ranges of CVSS scores into the following categories:
Rating CVSS Score
Low 0.1 - 3.9
Medium 4.0 - 6.9
High 7.0 - 8.9
Critical 9.0 - 10.0
I'm not sure how to go about this In a perfect world I'd have a chart with Low, Medium, High and Critical shown
