I'm looking for the equivalent of:
ggplot(df,aes(x=date,y=var1,**group=col1,colour=col1**))+geom_line()
in the googleVis
package.
Anyone knows how to do this? I only found examples of differently colored lines if they are mapping different columns from the dataframe
.
thanks!