File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Package: animint2
22Title: Animated Interactive Grammar of Graphics
3- Version: 2023.10.27
3+ Version: 2023.11.15
44URL: https://animint.github.io/animint2/
55BugReports: https://github.com/animint/animint2/issues
66Authors@R: c(
Original file line number Diff line number Diff line change 1- # Changes in 2023.10.27
1+ # Changes in 2023.11.15
22
33- New function ` animint2pages(viz,"new_github_repo") ` for
44 publishing/sharing animints, replacement for animint2gist, which
1111- Bugfix: geom_text renders color as svg fill style (was rendering as
1212 stroke style, a regression introduced by the initial implementation
1313 of ` fill_off ` ).
14+ - re-organization of animint.js in order to reduce duplication /
15+ emphasize similarities and differences between geoms.
16+ - geom rect and tile now default to color="black" instead of
17+ transparent, for consistency with other geoms (and for the case of
18+ using clickSelects, which defaults to black color for selected, and
19+ transparent for not). To get the old behavior, specify
20+ color="transparent" (for non-clickSelects).
1421
1522# Changes in 2023.10.6
1623
You can’t perform that action at this time.
0 commit comments