We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36878a commit 87b33cbCopy full SHA for 87b33cb
inst/example/ui.R
@@ -2,6 +2,7 @@ library(timevis)
2
3
fluidPage(
4
title = "timevis - An R package for creating timeline visualizations",
5
+ tags$link(href = "style.css", rel = "stylesheet"),
6
div(id = "header",
7
div(id = "title",
8
"timevis"
@@ -22,7 +23,6 @@ fluidPage(
22
23
tabPanel(
24
div(icon("calendar"), "Basic timeline"),
25
br(),
- tags$link(href = "style.css", rel = "stylesheet"),
26
timevisOutput("timelineBasic")
27
),
28
0 commit comments