DropShadow
You can add shadow to paths and various other elements in ApexCharts.
Adding shadow to default paths
Path shadow can be applied by configuring chart.dropShadow property.
dropShadow: {
enabled: true,
top: 0,
left: 0,
blur: 3,
opacity: 0.5
}