FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

How do I remove Aa from the legend? · Issue #290 · plotly/Plotly.NET · GitHub

How do I remove Aa from the legend? #290

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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


      Back | FazBrowse Home | New Git URL