-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathr2d3_pkgdown.yml
More file actions
68 lines (59 loc) · 1.55 KB
/
r2d3_pkgdown.yml
File metadata and controls
68 lines (59 loc) · 1.55 KB
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
url: https://rstudio.github.io/r2d3/
development:
mode: auto
template:
params:
bootswatch: flatly
navbar:
title: "r2d3"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Articles"
menu:
- text: Using
- text: "R to D3 Data Conversion"
href: articles/data_conversion.html
- text: "D3 Visualization Options"
href: articles/visualization_options.html
- text: "Development and Debugging"
href: articles/development_and_debugging.html
- text: "Publishing D3 Visualizations"
href: articles/publishing.html
- text: "---"
- text: Advanced
- text: "Using r2d3 with Shiny"
href: articles/shiny.html
- text: "CSS and JavaScript Dependencies "
href: articles/dependencies.html
- text: "Advanced Rendering with Callbacks"
href: articles/advanced_rendering.html
- text: "Package Development"
href: articles/package_development.html
- text: "Learning D3"
href: articles/learning_d3.html
- text: "Gallery"
href: articles/gallery.html
- text: "Reference"
href: reference/index.html
reference:
- title: "Rendering"
contents:
- r2d3
- default_sizing
- title: "Data"
contents:
- as_d3_data
- read_json
- title: "Publishing"
contents:
- save_d3_html
- save_d3_png
- title: "Shiny"
contents:
- d3Output
- renderD3
- title: "Miscellaneous"
contents:
- html_dependencies_d3