Skip to content

Commit

Permalink
Update doc/user_guide/large_datasets.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
  • Loading branch information
jonmmease and joelostblom committed Jul 14, 2023
1 parent 8816530 commit 8674c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/large_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Activate the VegaFusion data transformer with:
Converting to JSON or dictionary
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When converting a chart to JSON with ``chart.to_json`` or to a Python dictionary with
When converting a VegaFusion chart to JSON with ``chart.to_json`` or to a Python dictionary with
``chart.to_dict``, the ``format`` argument must be set to ``"vega"`` rather than the
default of ``"vega-lite"``. For example:

Expand Down

0 comments on commit 8674c7b

Please sign in to comment.