Radar / spider chart

Well, I tried everything I could think of without writing code and couldn’t find a solution. :frowning:

For posterity, here’s my document where I tried using:

  1. The Advanced Charts widget - this should have worked with the polar scatter chart type, but the GUI doesn’t let configure it properly.
  2. The Vega-Lite custom widget - the “lite” version doesn’t have radar charts built in. There’s a hack someone made that renders them but it would take some work to properly integrate.
  3. A mermaid.js viewer - could work, but would need to host a widget with the current version of mermaid.js, as radar plots are new.