-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhtmlwidget-templates.Rmd
33 lines (24 loc) · 1.44 KB
/
htmlwidget-templates.Rmd
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
---
title: "Htmlwidget Templates"
output: html_document
---
The following chart templates are currently provided:
- [BarCharts](http://ox-it.github.io/OxfordIDN_htmlwidgets/charts/BarCharts), [StackedBarCharts](http://ox-it.github.io/OxfordIDN_htmlwidgets/charts/StackedBarCharts), [LineCharts](http://ox-it.github.io/OxfordIDN_htmlwidgets/charts/LineCharts)
- [Interactive Tables (Datatables)](http://ox-it.github.io/OxfordIDN_htmlwidgets/datatable)
- Gauges
- Scattergeo, Choropleth
- Networks
- Timelines and Gantt Charts
Chart templates are organised in this repository as follows:
```
chartType
---------| index.html
---------| shiny_Folder
-----------------------| ui.R
-----------------------| server.R
```
The index.html file contains a very basic description of the chartType discussed in the templates, and instructions on how to construct the chartType with a variety of different libraries (where possible). This file can be viewed at the following address:
http://ox-it.github.io/OxfordIDN_htmlwidgets/chartType
Where multiple libraries are capable of making comparable visualisations, a shiny app is provided to compare these at the following address:
https://livedataoxford.shinyapps.io/htmlwidget_template_chartType
Note that multiple shiny apps may be associated with one template, these may be documented within this repository or elsewhere but links to both documentation and parent Github repositories will be provided within the shiny app.