googlevis Questions
1
Solved
How to change the chartArea background color of gvisAnnotationChart?
I tried this but didn't work (I tried to replicate what I saw in this answer)
gvisAnnotationChart(
...,
options = list(
...,
c...
2
Solved
I have a plot in Shiny UI. If I change any input parameter and through reactivity plot will change. But let's consider following situation:-
The plot in Shiny UI plotting let say intra-day price mo...
Montanez asked 18/8, 2013 at 18:51
2
Quick question all.
I have some data in sql server which i have loaded into RStudio. I have made a barchart for the data and now i am using leaflet library with the use of latitude and longitude to...
3
Solved
How can node and link colors be changed in R googleVis sankey chart? And link having the same color as its originating node?
library(googleVis)
datSK <- data.frame(From=c(rep("A",3), rep("B", 3...
Ultimogeniture asked 31/3, 2015 at 15:7
1
Solved
I would like to set a specific start and end date for an R googleVis timeline chart. For example I would like the following chart to start at 1780 and end at 1815. I have searched the documentation...
1
Solved
Aim
I am aiming to make a multiple Sankey in R using the googleVis package. The output should look similar to this:
Data
I've created some dummy data in R:
set.seed(1)
source <- sample(c(...
Concepcionconcept asked 4/8, 2017 at 15:21
0
I am creating a Sankey diagram using googleVis in R.
I want to to color links of nodes that "advance" in one color, links of nodes that "regress" in another, and links of nodes that "stay the sam...
Ahmedahmedabad asked 24/7, 2017 at 22:57
1
Solved
I'm trying to create an R shiny dashboard with a Sankey plot. I want to be able to extract the name of the clicked node.
There are two libraries that can plot Sankey diagrams, networkD3 and googleV...
Macedonia asked 14/1, 2017 at 0:1
1
Solved
I have an application for real time data visualization build with R shiny library. I do periodic data reload from file using reactivePoll function. What I do not like about this is that whenever da...
2
Solved
I'm using R, and I want to overlay some raster data (e.g. a temperature map from a model) over an interactive map which allows panning and zooming. Ideally, I'd like to overlay over Google Maps or ...
Livy asked 2/12, 2015 at 10:39
1
I am trying to make a bubble chart with two coordinates and a size parameter with gooogleVis in R.
When I don't establish the colour variable, the size variable is used as colour instead of as si...
1
I am using Google Motion Chart with Shiny R and I am not able to edit some of the basic things. I am new to Shiny R and already started loving it. Here is my code:
ui.R
library(shiny)
shinyUI((...
1
Solved
I am using leaflet in R (Just Starting to use it). I like the how the clustering/visualization is done in the post below. The programmer is using Java. What I can not find for leaflet / R, is how t...
2
Solved
I want to make a reactive display, that displays a different number of plots depending on which value of the input selector is chosen. In the case of the mtcars dataset, let's say I want to let the...
1
Solved
I have a trouble with Rsutdio and knitr in Windows 7 for rendering a simple gvisTable. Here is my code
```{r results='asis'}
require(googleVis)
op <- options(gvis.plot.tag="chart")
data(iris)
t...
Bookbinding asked 15/12, 2014 at 17:50
2
I have created a plot in R using googleVis, specifically gvisMotionChart, plotting a number of variables.
I am primarily using the line graph and it is all good when I view the graph with all var...
Chameleon asked 5/2, 2014 at 10:26
1
Solved
I want to hide the labels. I believe it is something to do with the option bubble.textStyle and setting the color to none but I can't figure it out.
Bubble <- gvisBubbleChart(Fruits, idvar="Fru...
Excoriation asked 21/1, 2013 at 0:48
1
© 2022 - 2024 — McMap. All rights reserved.