imageGraph draw charts with multiple plots of data on it

Would be real nice to have an ability to draw the charts with multipe data points on the same graph, e.g.
index.php?module=API&method=ImageGraph.get&idSite=23&apiModule=VisitsSummary&apiAction=get&token_auth=anonymous&graphType=evolution&period=day&date=previous30&column=nb_visits,nb_uniq_visitors,nb_actions&colors=FFFF00,00FF00,FF0000&width=500&height=250

or is it something I am missing and it’s already there?

1 Like

Actually, I think you can do this with the very similarly named columns parameter

module=API&
method=ImageGraph.get&
idSite=23&
apiModule=VisitsSummary&
apiAction=get&
token_auth=anonymous&
graphType=evolution&
period=day&
date=previous30&
columns=nb_visits,nb_uniq_visitors,nb_actions&
colors=FFFF00,00FF00,FF0000&
width=500&
height=250