Skip to content

How do I remove Aa from the legend? #290

Closed
@spatel3-pcsa

Description

@spatel3-pcsa

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.

image

Actual behavior

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions