Skip to main content
Version: 5.2.1

Radar Chart

// Creation of radar chart
const lc = lightningChart()
const donutChart = lc.Spider()
.setWebMode(SpiderWebMode.Circle)

Radar chartRadar chart

Radar chart is technically just a Spider chart with specially configured "web mode". For majority of guidance, refer to Spider chart.