-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
148 lines (141 loc) · 3.49 KB
/
Copy path_pkgdown.yml
File metadata and controls
148 lines (141 loc) · 3.49 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
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:
- articles/getting-started
- chart-types
- transforms-and-theming
- why-myio
- title: Shiny & Interactions
contents:
- shiny-integration
- articles/shiny-interactions
- articles/sequential-storytelling
- title: Big-data & Linking
contents:
- large-data-linking
- articles/crosstalk-linking
- sparklines
- articles/webr-quarto-live
- title: Migration
contents:
- plotly-migration
- title: LLM & Agents
contents:
- llm-tool-calling
- title: Gallery
contents:
- articles/gallery
- articles/theme-gallery
- title: Help
contents:
- articles/troubleshooting
reference:
- title: Core
desc: Create widgets and add visualization layers
contents:
- myIO
- addIoLayer
- addKeyframe
- 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
- setTitle
- setTransition
- setTransitionSpeed
- suppressLegend
- setLegendTitle
- title: Interactions
desc: Add interactive behaviors like brushing, annotation, and linked views
contents:
- setBrush
- setAnnotation
- setLinked
- setLinkedCursor
- setSlider
- dragPoints
- setReferenceLines
- setToggle
- setToolTipOptions
- linkCharts
- title: Layout & Composition
desc: Multi-panel composition, opacity, and export configuration
contents:
- setFacet
- setLayerOpacity
- setExportOptions
- title: Big-data
desc: Large-dataset virtualization, WebGL rendering, and DuckDB-WASM cache
contents:
- setBigData
- install_duckdb_wasm
- duckdb_wasm_status
- clear_duckdb_wasm_cache
- title: Shiny
desc: Use myIO widgets in Shiny applications
contents:
- starts_with("myIO-shiny")
- myIOProxy
- setKeyframe
- stepKeyframe
- title: LLM Tool Calling
desc: Machine-readable schema and validators for agent-built chart specs
contents:
- myio_list_chart_types
- myio_chart_schema
- myio_validate_spec
- myio_list_functions
- myio_function_signature
- myio_validate_call
- title: Diagnostics
desc: Debugging and error reporting
contents:
- myIO_last_error