Skip to content

Commit

Permalink
new Shiny demo
Browse files Browse the repository at this point in the history
  • Loading branch information
helgasoft committed Jun 1, 2021
1 parent 51ae2c9 commit 8d82583
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 11 deletions.
4 changes: 2 additions & 2 deletions R/examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@
#' q3 <- main; q3$x$opts$series[[1]]$encode <- list(y='drat', x='mpg');
#' q4 <- main; q4$x$opts$series[[1]]$encode <- list(y='qsec', x='mpg');
#' q4$x$connect <- 'group1'
#' # q4$x$disconnect <- 'group1'
#' # q4$x$disconnect <- 'group1' # ok too
#' ec.layout(list(q1,q2,q3,q4), cols=2, title='group connect')
#'
#'
#' #------------- Shiny interactive charts demo ---------------
#' if (interactive()) {
#' shiny::runGist('https://gist.github.com/helgasoft/29e8b8f08bda15107ee81aff3614ebb1')
#' demo('shiny', package='echarty')
#' }
#'
#' } # donttest
Expand Down
1 change: 1 addition & 0 deletions demo/00Index
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shiny echarty and Shiny integration showcase
Loading

0 comments on commit 8d82583

Please sign in to comment.