-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
102 lines (95 loc) · 2.24 KB
/
_pkgdown.yml
File metadata and controls
102 lines (95 loc) · 2.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
url: https://mortonanalytics.github.io/myIO/
development:
mode: auto
template:
bootstrap: 5
bootswatch: cosmo
bslib:
primary: "#6A5ACD"
font_scale: 1.05
base_font:
google: Inter
heading_font:
google: Inter
code_font:
google: Fira Code
home:
title: myIO - Interactive D3.js Visualizations from R
links:
- text: Live demo (Shiny app)
href: https://www.morton-analytics.com/myio/
- text: D3.js documentation
href: https://d3js.org/
- text: htmlwidgets framework
href: https://www.htmlwidgets.org/
authors:
Ryan Morton:
href: https://github.com/mortonanalytics
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Get Started
href: articles/getting-started.html
github:
icon: fa-github
href: https://github.com/mortonanalytics/myIO
articles:
- title: Getting Started
contents:
- getting-started
- chart-types
- transforms-and-theming
- title: Shiny & Interactions
contents:
- shiny-integration
- shiny-interactions
- title: Gallery
contents:
- gallery
- title: Help
contents:
- troubleshooting
reference:
- title: Core
desc: Create widgets and add visualization layers
contents:
- myIO
- addIoLayer
- title: Axes & Scales
desc: Control axis formatting, limits, and orientation
contents:
- setAxisFormat
- setAxisLimits
- defineCategoricalAxis
- flipAxis
- suppressAxis
- title: Appearance
desc: Customize colors, margins, themes, and visual elements
contents:
- setMargin
- setColorScheme
- setTheme
- setTransitionSpeed
- suppressLegend
- title: Interactions
desc: Add interactive behaviors like brushing, annotation, and linked views
contents:
- setBrush
- setAnnotation
- setLinked
- setSlider
- dragPoints
- setReferenceLines
- setToggle
- setToolTipOptions
- title: Shiny
desc: Use myIO widgets in Shiny applications
contents:
- starts_with("myIO-shiny")
- title: Diagnostics
desc: Debugging and error reporting
contents:
- myIO_last_error