Skip to content

Commit

Permalink
test graph render via DashBasePlotlyJsExt
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Aug 23, 2023
1 parent 2083551 commit f003ddf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Dash
using PlotlyBase

app = dash()
app.layout = html_div() do
dcc_graph(id = "graph",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Dash
using PlotlyJS

app = dash()
app.layout = html_div() do
dcc_graph(id = "graph",
Expand Down
2 changes: 2 additions & 0 deletions test/integration/base/test_plotly_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def _run_test(dashjl, filename, percy_snapshot_prefix):
def test_jlpg001_plotly_graph(dashjl):
_run_test(dashjl, "jlpg001_plotly_graph.jl", "PlotlyBase")

def test_jlpg002_plotlyjs_graph(dashjl):
_run_test(dashjl, "jlpg002_plotlyjs_graph.jl", "PlotlyJS")



0 comments on commit f003ddf

Please sign in to comment.