taucharts icon indicating copy to clipboard operation
taucharts copied to clipboard

Charts Not Displaying v0.4.9000

Open phillc73 opened this issue 7 years ago • 1 comments

This is my first attempt with Taucharts and I cannot make a chart display. The code executes without error, but the output is always a blank screen. I've tried viewing in both the default RStudio viewer and knitting as an HTML file and opening directly in browser. The blank page loads each time.

Other htmlwidgets seem to work fine. e.g. metricsgraphics charts display as expected.

I've tried using both the example scatter plot and line chart data.

R Session Info:

> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux 9 (stretch)

locale:
 [1] LC_CTYPE=en_GB.UTF-8       LC_NUMERIC=C               LC_TIME=en_GB.UTF-8        LC_COLLATE=en_GB.UTF-8     LC_MONETARY=en_GB.UTF-8   
 [6] LC_MESSAGES=en_GB.UTF-8    LC_PAPER=en_GB.UTF-8       LC_NAME=C                  LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] metricsgraphics_0.9.0 htmlwidgets_0.8       taucharts_0.4.4.9000  dplyr_0.5.0          

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.10       lattice_0.20-34    zoo_1.8-0          digest_0.6.12      assertthat_0.2.0   grid_3.3.2         R6_2.2.0          
 [8] jsonlite_1.4       DBI_0.5-1          magrittr_1.5       RColorBrewer_1.1-2 tools_3.3.2        yaml_2.1.14        htmltools_0.3.6   
[15] knitr_1.15.20      tibble_1.2       

phillc73 avatar Apr 30 '17 12:04 phillc73

If you hit F12 in your browser and pull up the developer console, do you see any errors?

AdeelK93 avatar May 07 '18 04:05 AdeelK93