Skip to content

Commit

Permalink
Add limitation for setting selection states
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 4, 2023
1 parent 49d4529 commit 94b7f06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/user_guide/jupyter_chart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,12 @@ is used to combine the chart and HTML table in a column layout.
Limitations
-----------

Setting Selections
~~~~~~~~~~~~~~~~~~
It's not currently possible to set selection states from Python.

Internet Connection Required
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The JupyterChart class currently loads its JavaScript dependencies dynamically from a CDN location.
This keeps the ``altair`` package small, but it means that an internet connection is required
to display JupyterChart instances. In the future, we would like to provide optional offline support.

0 comments on commit 94b7f06

Please sign in to comment.