Skip to content

Commit

Permalink
bump version, add to news, increase rows limit (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlyttle authored Mar 13, 2023
1 parent 576e933 commit bf808e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: altair
Version: 4.2.1.9001
Version: 4.2.1.9002
Title: Interface to 'Altair'
Description: Interface to 'Altair' <https://altair-viz.github.io>, which itself
is a 'Python' interface to 'Vega-Lite' <https://vega.github.io/vega-lite/>.
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# altair (development version)

* Update case-study vignette to allow for more than 5000 rows. (#159)

* Update signatures of `repr_text()` and `repr_vegalite4()` to align with signatures of their generics. (#158)

# altair 4.2.1
Expand Down
2 changes: 2 additions & 0 deletions vignettes/example-gallery-09-case-studies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ glimpse(data)
#### Chart

```{r}
alt$data_transformers$disable_max_rows()
chart <-
alt$Chart(data)$
mark_line()$
Expand Down

0 comments on commit bf808e6

Please sign in to comment.