We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adc06e commit eda535aCopy full SHA for eda535a
1 file changed
tests/Plotly.NET.Tests/HtmlCodegen/SimpleCharts.fs
@@ -555,11 +555,6 @@ let logoImageChart =
555
Source=($"data:image/jpg;base64,{base64String}")
556
)
557
|> Chart.withTitle "This is Plotly.NET:"
558
-
559
-imageRawChart |> Chart.show
560
-imageRawHSLChart |> Chart.show
561
-imageARGBChart |> Chart.show
562
-logoImageChart |> Chart.show
563
564
[<Tests>]
565
let ``Image charts`` =
0 commit comments