Skip to content

Commit f003ddf

Browse files
committed
test graph render via DashBasePlotlyJsExt
1 parent 2083551 commit f003ddf

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/integration/base/jl_plotly_graph/jlpg001_plotly_graph.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Dash
22
using PlotlyBase
3+
34
app = dash()
45
app.layout = html_div() do
56
dcc_graph(id = "graph",

test/integration/base/jl_plotly_graph/jlpg002_plotlyjs_graph.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Dash
22
using PlotlyJS
3+
34
app = dash()
45
app.layout = html_div() do
56
dcc_graph(id = "graph",

test/integration/base/test_plotly_graph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def _run_test(dashjl, filename, percy_snapshot_prefix):
2424
def test_jlpg001_plotly_graph(dashjl):
2525
_run_test(dashjl, "jlpg001_plotly_graph.jl", "PlotlyBase")
2626

27+
def test_jlpg002_plotlyjs_graph(dashjl):
28+
_run_test(dashjl, "jlpg002_plotlyjs_graph.jl", "PlotlyJS")
2729

2830

2931

0 commit comments

Comments
 (0)