You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 31 May 2017, at 07:42, Ravi1008 ***@***.***> wrote:
Hi,
I am a newbie to googleVis package. I was looking at the examples from this link:
https://www.rdocumentation.org/packages/googleVis/versions/0.6.0/topics/gvisAnnotationChart
(This particular example is not working and throwing an error a.getTime is not a function)
Zoom into the time window, no Y-axis ticks
A3 <- gvisAnnotationChart(Stock, datevar="Date",
numvar="Value", idvar="Device",
titlevar="Title", annotationvar="Annotation",
options=list(
width=600, height=350,
zoomStartTime=as.Date("2008-01-04"),
zoomEndTime=as.Date("2008-01-05"))
)
plot(A3)
It seems like the error is javascript related. Can you please help resolve this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
I am a newbie to googleVis package. I was looking at the examples from this link:
https://www.rdocumentation.org/packages/googleVis/versions/0.6.0/topics/gvisAnnotationChart
(This particular example is not working and throwing an error a.getTime is not a function)
Zoom into the time window, no Y-axis ticks
A3 <- gvisAnnotationChart(Stock, datevar="Date",
numvar="Value", idvar="Device",
titlevar="Title", annotationvar="Annotation",
options=list(
width=600, height=350,
zoomStartTime=as.Date("2008-01-04"),
zoomEndTime=as.Date("2008-01-05"))
)
plot(A3)
It seems like the error is javascript related. Can you please help resolve this.
The text was updated successfully, but these errors were encountered: