Skip to content

Commit

Permalink
bugfix: zoom buttons show up when using custom shinytheme() (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Aug 7, 2016
1 parent bad5587 commit 679639f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 0.1.9000
Version: 0.1.9008
Authors@R: c(
person("Dean", "Attali", email = "daattali@gmail.com",
role = c("aut", "cre"), comment = "R interface"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# timevis 0.1.9000
# timevis 0.1.900x

### Breaking changes

Expand All @@ -16,6 +16,7 @@

- when re-rendering a timeline, the old data are not removed (#3)
- can now use a dataframe that results from merging/binding two dataframes as input (#7)
- zoom buttons show up when using a custom `shinytheme()` (#9)

### Misc

Expand Down
7 changes: 7 additions & 0 deletions inst/htmlwidgets/timevis.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
display: block;
}
.timevis.html-widget .zoom-menu .btn {
color: #333;
font-family: arial;
font-size: 18px;
line-height: 1.3333333;
text-shadow: none;
border-radius: 6px;
border: 1px solid #CCC;
padding: 0;
width: 30px;
height: 30px;
Expand Down

0 comments on commit 679639f

Please sign in to comment.