rcharts Questions
3
I am considering rChart/LeafLet to create a shiny app for housing sales in my county. There are several hundred houses for sale at any given time. Want to map street address-to-geolocation (lat/lon...
Fredette asked 10/9, 2015 at 14:37
2
Solved
I want to highlight the whole path when i click on the node to know the whole story of specific node and here's an example- http://bl.ocks.org/git-ashish/8959771 .
Please check this link and you w...
Cercus asked 10/9, 2017 at 15:6
2
Solved
I had a little bit of trouble installing rCharts for R version 3.2.1. I have referenced a question that addresses an earlier version of R, but the solution did not work for me exactly. [Link]
It w...
Aerify asked 4/8, 2015 at 14:6
2
In R, I would like help in trying to replicate the tutorial here for my own custom SHP (Shapefile) file or map to be an interactive choropleth map...
The map is of the Small Areas of Northern Irel...
1
We are trying to plot around 4000 data points from column a1 as bars using Highcharts. The colors of the a1 bars are based on the values of another column called a3. If a3 is negative on one row, t...
Pharisaism asked 17/6, 2015 at 14:45
2
Solved
I would like to add some extra values to the standard Highcharts tooltip via rCharts. Example code:
require(rCharts)
df <- data.frame(x = c(1:5), y = c(5:1),
z = c("A", "B", "C", "D", "E"),
...
Allembracing asked 6/8, 2013 at 17:36
2
Solved
How can I overwrite the output display options with running multiple charts with shiny and rchart so the output result is a 2x2 matrix type grid layout.
require(rCharts)
require(shiny)
require(dat...
Sofko asked 20/2, 2014 at 0:0
1
I am working with nvd3 on rCharts and was wondering if there was a way to customize the axes for the lower view finder graph on a lineWithFocusChart.
I have provided a reproducible example below, w...
Alphonsealphonsine asked 17/7, 2015 at 15:48
1
Is there a zooming function in nvd3 that I can directly type in my R source code (doesn't matter if it requires javascript as long as I don't have to change nvd3 source code)? I tried the lineWithF...
Adiana asked 16/7, 2015 at 15:4
1
Solved
I am trying to create a document with rmarkdown that includes both plots from the rCharts package and a datatable using the DT library included in htmlwidgets.
For some reason I cannot display both...
Narah asked 13/5, 2015 at 10:55
2
Solved
I am trying to create an interactive webmap in R to display storms using Shiny, Leaflet and rCharts (the structure is loosely based on the http://ramnathv.github.io/bikeshare app).
The idea is that...
3
Solved
1
Solved
I am producing a Shiny App that produces a leaflet (rCharts) map depending on which bus route you pick. Everything renders perfectly at first glimpse, but if you change the route number, an empty m...
1
Solved
I have made sankey diagram using rCharts.
Here is the example of my code. Data is based on this URL (http://timelyportfolio.github.io/rCharts_d3_sankey/example_build_network_sankey.html)
library(d...
Bordereau asked 13/2, 2015 at 12:33
1
Solved
I would like to force all tick marks and tick labels to appear along the axis in an rCharts nPlot from the nvd3 library. I have tried several approaches without success.
This is the default behavi...
0
Is there a build of rCharts available for R 3.1.1?
I tried 2 methods and both failed:
Method 1:
devtools::install_github('ramnathv/rCharts')
Downloading github repo ramnathv/rCharts@master
Error...
1
How can I a draw a linechart with rcharts using nvd3 and a categorical xaxis? What I'm trying to do would look with ggplot2 like this:
library(ggplot2)
dat <- data.frame(expand.grid(group = let...
1
Solved
I've created a sankey diagram in rCharts but have one question. How do I add color? I'd like to represent each node with a different color so it's easier to vizualize the paths, instead of just see...
Ras asked 20/8, 2014 at 18:46
0
I'm trying to use display categorical levels in the x-axis of my line chart. Say I have a data frame
mydata <- data.frame(time = c("10am", "12pm", "3pm"), month = c("JAN", "JUL", "DEC"), value ...
2
Solved
I have some charts created with ggplot2 which I would like to embed in a web application: I'd like to enhance the plots with tooltips. I've looked into several options. I'm currently experimenting ...
2
I have a question related to R Shiny.
So I want to have the tooltip which can show the concrete information of a data point when I put my mouse on the point.
Anyone has ideas how to do it?
Sample ...
1
Solved
I'm getting closer to produce what I want, but Now i'm having troubles resizing and aligning the rChart output. Right now my output is in the lower left corner of my second column. I would like the...
1
Solved
I am trying to display a map with R using the rCharts package. I am starting simple and so I want to add a polygon to my map. But I have no clue how. Any ideas? addPolygon doesnt work.
map <- L...
1
Solved
I am trying to reproduce simple example with rCharts library to plot sankey chart. I found this example from scratch and tried to reproduce it, however, I came up with some problems.
Firstly I ha...
Classics asked 24/2, 2014 at 11:7
2
Solved
I am currently trying to install the Ramnath Vaidyanathan's rCharts package. On his github repository it recommends that we install the package using:
require(devtools)
install_github('rCharts', '...
Yolandayolande asked 3/5, 2013 at 16:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.