Skip to content

Commit

Permalink
updated vignette images
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 25, 2024
1 parent ed28f8c commit 2e0d843
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
url: https://dreamrs.github.io/vchartr/
template:
bootstrap: 5
bootswatch: sandstone
bslib:
base_font: {google: "Poppins"}
primary: "#112446"
Expand Down
Binary file added vignettes/figures/v_line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/figures/v_scales.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/figures/v_specs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/figures/vchart-types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions vignettes/vchartr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ vchart(eco2mix) %>%
v_line(aes(date, solar))
```

![v_line](figures/v_line.png)

Modify scales options for aesthetics with `v_scale_*` functions:

```r
Expand All @@ -64,6 +66,8 @@ vchart(eco2mix) %>%
)
```

![v_scales](figures/v_scales.png)

Set any options with `v_specs` (see all options available [here](https://www.visactor.io/vchart/option/lineChart)):

```r
Expand All @@ -82,6 +86,8 @@ vchart(eco2mix) %>%
)
```

![v_specs](figures/v_specs.png)

Or use `v_specs_*` helpers:

```r
Expand Down

0 comments on commit 2e0d843

Please sign in to comment.