In ApexCharts there is a property inside stroke called dashedArray
dashArray: Number || Array of Numbers
Creates dashes in borders of svg path. Higher number creates more space between dashes in the border.
What this does if I have multiple series I can choose some of them to have be dashes rather than solid.
Is there something similar for Echarts couldn't find anything in docs.
This is what I want to achieve.