Skip to main content
Version: 6.1.2

Donut Chart

Apart from high performance data visualization features, LightningChart JS also includes commonly needed standard features, such as Pie charts:

Donut chart Donut chart

// Creation of donut chart
const lc = lightningChart()
const donutChart = lc.Pie()
.setInnerRadius(60)

Donut chart is technically just a Pie chart with configured "inner radius" property. For majority of guidance, refer to Pie chart](/6.1.2/features/pie).

Displaying a title inside Donut chart

This title can be added as an UI element positioned at chart center. For more information see: