Closed bvenn closed 1 year ago
It's not trivial to set the marker symbols to be open circles. This could be documented.
Chart.Point([1,2],MarkerSymbol = MarkerSymbol.Modified(MarkerSymbol.Circle,SymbolStyle.Open))
done: https://plotly.net/general/styling-markers.html
Description
It's not trivial to set the marker symbols to be open circles. This could be documented.