Skip to content

Commit f226e95

Browse files
committed
Fix marker test
1 parent e8e4455 commit f226e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Plotly.NET.Tests/HtmlCodegen/SimpleCharts.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let textLabelChart =
4545
let ``Line and scatter plots`` =
4646
testList "SimpleCharts.Line and scatter plots" [
4747
testCase "With LineStyle data" ( fun () ->
48-
"""var data = [{"type":"scatter","mode":"lines+markers","x":[1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0],"y":[2.0,1.5,5.0,1.5,3.0,2.5,2.5,1.5,3.5,1.0],"line":{"width":2.0,"dash":"dot"},"name":"line","marker":{"symbol":1}}];"""
48+
"""var data = [{"type":"scatter","mode":"lines+markers","x":[1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0],"y":[2.0,1.5,5.0,1.5,3.0,2.5,2.5,1.5,3.5,1.0],"line":{"width":2.0,"dash":"dot"},"name":"line","marker":{"symbol":"1"}}];"""
4949
|> chartGeneratedContains withLineStyleChart
5050
);
5151
testCase "With LineStyle layout" ( fun () ->

0 commit comments

Comments
 (0)