Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 22 additions & 19 deletions _data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.

entries:
- title: Sidebar
levels: one
folders:

- title: Tutorials
output: web
folderitems:
- title: Vega-Lite
url: /vegalite_landing_page.html
output: web
- title: Vega
url: /vega_landing_page.html
output: web
- title: HoloViz
url: /holoviz_landing_page.html
output: web
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.

entries:
- title: Sidebar
levels: one
folders:

- title: Tutorials
output: web
folderitems:
- title: Vega-Lite
url: /vegalite_landing_page.html
output: web
- title: Vega
url: /vega_landing_page.html
output: web
- title: HoloViz
url: /holoviz_landing_page.html
output: web
- title: Vega in R
url: /vega-in-r_landing_page.html
output: web
79 changes: 79 additions & 0 deletions _data/sidebars/vega-in-r_sidebar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
entries:
- title: sidebar
product: Vega in R tutorial
folders:

- title:
output: pdf
type: frontmatter
folderitems:
- title:
url: /titlepage.html
output: pdf
type: frontmatter
- title:
url: /tocpage.html
output: pdf
type: frontmatter

- title: Vega in R landing page
output: web, pdf
folderitems:
- title: Vega in R landing page
url: /vega-in-r_landing_page.html
output: web, pdf
- title: Setting things up
url: /vega-in-r-setting-things-up.html
output: web, pdf
- title: Creating static images
output: web, pdf
folderitems:
- title: A simple barchart
url: /vega-in-r-simple-barchart.html
output: web, pdf
- title: Changing the data
url: /vega-in-r-changing-data.html
output: web, pdf
- title: Simple Interaction
output: web, pdf
folderitems:
- title: Simple interaction
url: /vega-in-r-simple-interaction.html
output: web, pdf
- title: Transforms
output: web, pdf
folderitems:
- title: Field transform
url: /vega-in-r-field-transform.html
output: web, pdf
- title: Data transform
url: /vega-in-r-data-transformations.html
output: web, pdf
- title: Combine Charts
output: web, pdf
folderitems:
- title: Layered chart
url: /vega-in-r-layered-chart.html
output: web, pdf
- title: Concatenated chart
url: /vega-in-r-concatenated-chart.html
output: web, pdf
- title: Faceted chart
url: /vega-in-r-faceted-chart.html
output: web, pdf
- title: Brush and link
output: web, pdf
folderitems:
- title: Brush and link
url: /vega-in-r-brush-and-link.html
output: web, pdf
- title: Widgets
output: web, pdf
folderitems:
- title: Widgets for selections
url: /vega-in-r-widgets.html
output: web, pdf




43 changes: 23 additions & 20 deletions _data/topnav.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: GitHub
external_url: https://github.com/vda-lab/visualisation-tutorial

#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
folders:
- title: Tutorials
folderitems:
- title: Vega-lite
url: /vegalite_landing_page.html
- title: Vega
url: /vega_landing_page.html
- title: HoloViz
url: /holoviz_landing_page.html
## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: GitHub
external_url: https://github.com/vda-lab/visualisation-tutorial

#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
folders:
- title: Tutorials
folderitems:
- title: Vega-lite
url: /vegalite_landing_page.html
- title: Vega
url: /vega_landing_page.html
- title: HoloViz
url: /holoviz_landing_page.html
- title: Vega in R
url: /vega-in-r_landing_page.html

Binary file added assets/cranR.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 assets/screenshot_code.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading