Selectively change Markers on a Line Graph
I have a stakeholder who would like to selectively turn off the markers on line graphs for certain lines.
As in the attached image, they want to remove the markers on the dashed lines, but keep them for the solid line. I can't find anything in the documentation that addresses this & the Markers slider only allows an all or none approach.
Thanks for any advice that may be offered!
Robert M Chapple
Posted 1 year ago·Last reply 1 year ago
3 comments
Robert M Chapple
OP1 year agoJust to follow up & confirm that this works perfectly - thank you so much!
Robert M Chapple
OP1 year agoharikm007Â - Thank you so much! I genuinely appreciate your time on this.
harikm007
·1 year agoHi TheLivingBubba ,
We can achieve it using script. Enable markers and use the script below to disable markers for the specified series (lines). Update the 'seriesWithoutMarkers' variable with the list of series names for which markers need to be removed.
Result:
Please let me know if that's working correctly.
-Hari