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

Combining charts leads to tag duplication · Issue #374 · plotly/Plotly.NET · GitHub

Combining charts leads to tag duplication #374

Description

Description

When combining charts using Chart.combine or Chart.Grid, title, meta and link tags in the html head are duplicated.

Repro steps

Please provide the steps required to reproduce the problem

  1. Generate combined chart
#r "nuget: Plotly.NET, 4.0.0"

open Plotly.NET

[
    Chart.Point([1,2])
    Chart.Point([1,2])
]
|> Chart.combine
|> Chart.show
  1. Look at the html

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

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL