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
- 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
- Look at the html

Reactions are currently unavailable
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