Is there a way to dynamically set the colour and weight of a scatter line? #319
-
Was trying to dynamically set the weight/width and colour of a scatter line (customer wanted the average to be red and a thicker line), but couldn't find how to do this in any examples. Is it possible? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
damian-clarke-wearemci
Jul 25, 2023
Replies: 1 comment 1 reply
-
Try line property of ScatterGl, i.e Line = new Plotly.Blazor.Traces.ScatterGlLib.Line {Color = "black", Width = 5 } |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
howick19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try line property of ScatterGl, i.e
Line = new Plotly.Blazor.Traces.ScatterGlLib.Line {Color = "black", Width = 5 }