Is there a way to assign different markers types (circle, square, triangle, etc) to specific data points on the same series? (I am using scatterLine chart)
I know it can be done with the color: Assigning specific color to each data point example
And also you can change the type for the whole series: example
But I need to have on the same line at least 2 different types (circles and triangles)
Any suggestion is welcome, thanks