Skip to content

Commit 4600ffd

Browse files
committed
fix histogram2d/contour tests
1 parent 180de45 commit 4600ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,14 @@ let histogram2DChart =
226226
let ``Histogram 2D charts`` =
227227
testList "DistributionCharts.Histogram charts" [
228228
testCase "Histo contour data" ( fun () ->
229-
"var data = [{\"type\":\"histogram2Dcontour\",\"x\":[-1.566002360265054,-1.833996340961623,-1.0330391275776571,-0.8476993487909306,-0.8471270832604864,-1.021055309868153,-0.5368298779218124,-0.9982579324563884,-0.6367576994858231,-1.433590036163408,-1.3735531103452598"
229+
"var data = [{\"type\":\"histogram2dcontour\",\"x\":[-1.566002360265054,-1.833996340961623,-1.0330391275776571,-0.8476993487909306,-0.8471270832604864,-1.021055309868153,-0.5368298779218124,-0.9982579324563884,-0.6367576994858231,-1.433590036163408,-1.3735531103452598"
230230
|> chartGeneratedContains histogramContourChart
231231
);
232232
testCase "Histo contour layout" ( fun () ->
233233
emptyLayout histogramContourChart
234234
);
235235
testCase "Histo 2D data" ( fun () ->
236-
"var data = [{\"type\":\"histogram2D\",\"x\":[-1.566002360265054,-1.833996340961623,-1.0330391275776571,-0.8476993487909306,-0.8471270832604864,-1.021055309868153,-0.5368298779218124,-0.9982579324563884,-0.6367576994858231,-1.433590036163408,-1.3735531103452598"
236+
"var data = [{\"type\":\"histogram2d\",\"x\":[-1.566002360265054,-1.833996340961623,-1.0330391275776571,-0.8476993487909306,-0.8471270832604864,-1.021055309868153,-0.5368298779218124,-0.9982579324563884,-0.6367576994858231,-1.433590036163408,-1.3735531103452598"
237237
|> chartGeneratedContains histogram2DChart
238238
);
239239
testCase "Histo 2D layout" ( fun () ->

0 commit comments

Comments
 (0)