Skip to content

Commit

Permalink
try to remove frame of pie
Browse files Browse the repository at this point in the history
  • Loading branch information
KuiMing committed May 11, 2015
1 parent f9c259d commit a5425b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/echart.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ echart.data.frame = function(
)

chart %>% eAxis('x', name = xlab) %>% eAxis('y', name = ylab)
if (type=='pie'){
chart$x$xAxis=NULL
chart$x$yAxis=NULL
}
}

#' @export
Expand Down

0 comments on commit a5425b6

Please sign in to comment.