Skip to content

Commit

Permalink
Display chart inline
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Apr 15, 2022
1 parent 037fad8 commit c89b59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/reference/panes/Vega.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"\n",
"\n",
"vega_pane = pn.pane.Vega(chart, debounce=10)\n",
"pn.Row(vega_pane, pn.bind(filtered_table, vega_pane.selection.param.brush)).show()"
"pn.Row(vega_pane, pn.bind(filtered_table, vega_pane.selection.param.brush))"
]
},
{
Expand Down Expand Up @@ -484,7 +484,7 @@
"\n",
"\n",
"vega_pane = pn.pane.Vega(chart, debounce=10)\n",
"pn.Row(vega_pane, pn.bind(filtered_table, vega_pane.selection.param.brush)).show()"
"pn.Row(vega_pane, pn.bind(filtered_table, vega_pane.selection.param.brush))"
]
},
{
Expand Down

0 comments on commit c89b59f

Please sign in to comment.