File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
7272© LightningChart Ltd 2009-2026. All rights reserved.
7373
7474
75- [ Polar chart ] : https://lightningchart.com/js-charts/api-documentation/v8.2 .0/classes/PolarChart.html
76- [ Polar area series ] : https://lightningchart.com/js-charts/api-documentation/v8.2 .0/classes/PolarAreaSeriesInterior.html
77- [ Polar radial axis ] : https://lightningchart.com/js-charts/api-documentation/v8.2 .0/interfaces/PolarAxisRadial.html
78- [ Polar amplitude axis ] : https://lightningchart.com/js-charts/api-documentation/v8.2 .0/classes/PolarAxisAmplitude.html
79- [ Polar point ] : https://lightningchart.com/js-charts/api-documentation/v8.2 .0/interfaces/PolarPoint.html
75+ [ Polar chart ] : https://lightningchart.com/js-charts/api-documentation/v8.3 .0/classes/PolarChart.html
76+ [ Polar area series ] : https://lightningchart.com/js-charts/api-documentation/v8.3 .0/classes/PolarAreaSeriesInterior.html
77+ [ Polar radial axis ] : https://lightningchart.com/js-charts/api-documentation/v8.3 .0/interfaces/PolarAxisRadial.html
78+ [ Polar amplitude axis ] : https://lightningchart.com/js-charts/api-documentation/v8.3 .0/classes/PolarAxisAmplitude.html
79+ [ Polar point ] : https://lightningchart.com/js-charts/api-documentation/v8.3 .0/interfaces/PolarPoint.html
8080
Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ textRenderer: window.lcjsSmallView ? lcjs.htmlTextRenderer : undefined,
3434 return polarAreaSeries
3535 } )
3636
37+ // Add a Sector highlighter.
38+ const sector = polar
39+ . addSector ( )
40+ . setName ( 'Max Field Strength' )
41+ . setAngleStart ( 275 )
42+ . setAngleEnd ( 320 )
43+ . setAmplitudeStart ( 0 )
44+ . setAmplitudeEnd ( 11 )
45+
3746 // Animate series data with random static to simulate live sensor data.
3847 let freezeData = false
3948 const updateData = ( ) => {
You can’t perform that action at this time.
0 commit comments