Radar charts (also called spider charts) are great for comparing multiple qualities at once — product features, skill ratings, or performance metrics across different categories.
In this challenge, you will build a Chart.js Radar Matrix that compares two products across five dimensions (Speed, Design, UX, Price, Support). Each product appears as a colored polygon on the radar grid.
Load Chart.js from CDN, create a canvas element with the right ID, and configure a radar chart with multiple datasets, axis labels, and grid styling.