-
Notifications
You must be signed in to change notification settings - Fork 74
/
_pkgdown.yml
88 lines (81 loc) · 1.88 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
url: https://davidgohel.github.io/ggiraph/
authors:
David Gohel:
href: https://www.ardata.fr
title: ggiraph package
development:
mode: auto
template:
bootstrap: 5
theme: breeze-light
bootswatch: simplex
bslib:
pkgdown-nav-height: 100px
base_font:
google: "Open Sans"
home:
links:
- text: 'Visit <a href="https://www.ardata.fr"><img alt="ardata" src="https://www.ardata.fr/img/ardata-logo.svg" width="70"></a> website'
href: https://www.ardata.fr
reference:
- title: Make ggplot2 Graphics Interactive
contents:
- girafe
- interactive_parameters
- title: Customize girafe animations
contents:
- girafe_css
- starts_with("opts_")
- girafe_options
- set_girafe_defaults
- girafe_defaults
- init_girafe_defaults
- girafe_css_bicolor
- title: Working with shiny
contents:
- renderGirafe
- girafeOutput
- run_girafe_example
- title: Interactive geometries
contents:
- starts_with("geom_")
- title: Interactive scales
contents:
- starts_with("scale_")
- starts_with("guide_")
- title: Interactive facets
contents:
- starts_with("facet_")
- labeller_interactive
- title: Fonts
contents:
- match_family
- validated_fonts
- font_family_exists
- title: Other interactive layers
contents:
- starts_with("annotate_")
- annotation_raster_interactive
- label_interactive
- starts_with("element_")
- element_interactive
- title: Grobs
contents:
- ends_with("_grob")
- title: Girafe graphic device
contents:
- dsvg
- dsvg_view
navbar:
title: ggiraph
type: default
left:
- text: Home
href: index.html
- text: ggiraph-book
href: https://www.ardata.fr/ggiraph-book/
- text: Function reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/davidgohel/ggiraph