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 8674c7b commit 7c6b810
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/user_guide/large_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ Activate the VegaFusion data transformer with:
import altair as alt
alt.data_transformers.enable("vegafusion")
All charts created after activating the VegaFusion data transformer
will work with datasets containing up to 100,000 rows.
VegaFusion's row limit is applied after all supported data transformations have been applied.
So you are unlikely to reach it with a chart such as a histogram,
but you may hit it in the case of a large scatter chart or a chart that uses interactivity.
If you need to work with larger datasets,
you can disable the maximum row limit
or switch to using the VegaFusion widget renderer described below.

Converting to JSON or dictionary
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 7c6b810

Please sign in to comment.