The selector for an area series' top edge.
Each area series draws two path.apexcharts-area: the fill and then the stroke along the band's top (fill="none"). The stroke has exactly one vertex per point, where the fill carries the baseline as well.
path.apexcharts-area
fill="none"
The chart's rootSelector
The series' index in w.config.series
w.config.series
A selector matching the series' stroke path
The selector for an area series' top edge.
Each area series draws two
path.apexcharts-area: the fill and then the stroke along the band's top (fill="none"). The stroke has exactly one vertex per point, where the fill carries the baseline as well.