reorganized vignettes

This commit is contained in:
pvictor 2021-10-20 18:18:06 +02:00
parent 05494785ae
commit 017b84f35c
No known key found for this signature in database
GPG Key ID: 31124C9F3F9268B8
8 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ vignette: >
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
comment = "#>",
screenshot.force = FALSE
)
```

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -21,7 +21,7 @@ data("economics", package = "ggplot2")
```
## Sync charts
## Synchronize charts
With [Apexcharts](https://apexcharts.com) you can sync (tooltip, zoom) several charts together by providing a common id in `synchronize` argument. This works in Shiny and Markdown. Here an example where we create two charts, tooltip will be displayed on both charts when you hover one, and if you zoom on one, the other one will be synced :