Closed
Description
Description
I have created multiple Traces with mode as text. I do not want to show symbols and instead show Alpha characters. When doing this I see Aa in the legend.
Repro steps
Trace overlayTrace = new Trace("scatter");
overlayTrace.SetValue("x", x);
overlayTrace.SetValue("y", y);
overlayTrace.SetValue("name", $"{alphachar} {series}");
overlayTrace.SetValue("mode", "text");
overlayTrace.SetValue("text", alphachar);
Expected behavior
Remove Aa when only Text is shown and no symbol.
Actual behavior
Known workarounds
I am searching for the solution and some suggested updating the plotly cdn to the latest will resolve the issue. Is there a way to update the cdn in Plotly.NET?
Related information
- Windows Server x64
- Plotly.NET
- .NET Framework 4.5
Metadata
Metadata
Assignees
Labels
No labels