Skip to content
Snippets Groups Projects
Commit a6fd33e8 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Corrige erro de visualização rCharts

parent 61684676
Branches master
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ library(rCharts)
## Para renderização rCharts
options(
rcharts.mode = 'iframesrc',
rcharts.cdn = TRUE,
rcharts.cdn = FALSE,
RCHART_WIDTH = 800,
RCHART_HEIGHT = 400
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment