Skip to content

Commit 8d82583

Browse files
committed
new Shiny demo
1 parent 51ae2c9 commit 8d82583

File tree

5 files changed

+412
-11
lines changed

5 files changed

+412
-11
lines changed

R/examples.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,13 @@
428428
#' q3 <- main; q3$x$opts$series[[1]]$encode <- list(y='drat', x='mpg');
429429
#' q4 <- main; q4$x$opts$series[[1]]$encode <- list(y='qsec', x='mpg');
430430
#' q4$x$connect <- 'group1'
431-
#' # q4$x$disconnect <- 'group1'
431+
#' # q4$x$disconnect <- 'group1' # ok too
432432
#' ec.layout(list(q1,q2,q3,q4), cols=2, title='group connect')
433433
#'
434434
#'
435435
#' #------------- Shiny interactive charts demo ---------------
436436
#' if (interactive()) {
437-
#' shiny::runGist('https://gist.github.com/helgasoft/29e8b8f08bda15107ee81aff3614ebb1')
437+
#' demo('shiny', package='echarty')
438438
#' }
439439
#'
440440
#' } # donttest

demo/00Index

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shiny echarty and Shiny integration showcase

0 commit comments

Comments
 (0)