I’m trying to display a line chart with only the markers displayed on each point. The line between points should be invisible.
I tried to set lineThickness to 0 and fillOpacity to 0 byt both options don’t seem to work with the line chart. Is it possible to achieve that?
Thanks!