Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Binder <[email protected]>
  • Loading branch information
jonmmease and binste authored Nov 5, 2023
1 parent 043b369 commit 454fd67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,11 +1057,9 @@ def to_html(

def to_url(self, fullscreen: bool = False) -> str:
"""Convert a chart to a URL that opens the chart specification in the Vega chart editor
Convert a chart to a sharable URL that opens the chart in the online Vega chart editor.
The chart specification (including any inline data) is encoded in the URL.
This method requires the option vl-convert-python dependency
This method requires that the vl-convert-python package is installed.
Parameters
----------
Expand Down

0 comments on commit 454fd67

Please sign in to comment.