Dear All,
I have two questions.
First One:
Plot M opens html but do not show any graph. The screen is empty. WHY?
Second One:
I was searching to embed googlevis chart into wordpress website but no luck to find and do. Is there a way to embed interacive chart from googlevis into wordpress. Please use above code. If use markdown, it is much better or without markdown it is fine.
Thank you.
I have two questions.
First One:
Plot M opens html but do not show any graph. The screen is empty. WHY?
Code:
library(googleVis)
M=gvisMotionChart(Fruits, idvar="Fruit", timevar="Year")
plot(M)#the pages open but no graphs shown
I was searching to embed googlevis chart into wordpress website but no luck to find and do. Is there a way to embed interacive chart from googlevis into wordpress. Please use above code. If use markdown, it is much better or without markdown it is fine.
Thank you.