Area

// Creation of a polar area series
const areaSeries = chart.addAreaSeries()
Area fill
areaSeries.setFillStyle(new SolidFill({ color: ColorRGBA(255, 0, 0) }))
For more details about style API, please see Styles, colors and fonts](/6.1.2/more-guides/styles-colors-and-fonts).
Area stroke
areaSeries.setStorkeStyle(new SolidLine({ thickness: 1, fillStyle: new SolidFill({ color: ColorRGBA(0, 255, 0) }) }))
For more details about style API, please see Styles, colors and fonts](/6.1.2/more-guides/styles-colors-and-fonts).
Adding data
This section works the same as for Line, to avoid duplication of guides, please refer to the section under Line](/6.1.2/features/polar/line)
User interactions
This section works the same as for Line, to avoid duplication of guides, please refer to the section under Line](/6.1.2/features/polar/line)
Solve nearest from location
This section works the same as for Line, to avoid duplication of guides, please refer to the section under Line](/6.1.2/features/polar/line)
Interactions with data points
This section works the same as for Line, to avoid duplication of guides, please refer to the section under Line](/6.1.2/features/polar/line)
Auto connect ends
This section works the same as for Line, to avoid duplication of guides, please refer to the section under Line](/6.1.2/features/polar/line)