I want semi-transparent solid marks, not fully opaque rings for the chart series markers.
## Solution
Use the `ColorField` so that the markers can inherit a custom color from the data source of the chart, and add an `rgba` color there so it can have opacity.
To remove the blank (white) space at the core of the circle, triangle and square marker, increase the border width of the marker, so it becomes a solid color.
>caption Semi transparent markers in the chart that are solid (entirely filled with color)
````CSHTML
@* Compare the two green markers on the right hand side - one has opacity, the other does not *@