Skip to main content
Version: 6.1.2

Radar Chart

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

Radar chart Radar chart

Radar chart is technically just a Spider chart with specially configured "web mode". For majority of guidance, refer to Spider chart](/6.1.2/features/spider).