Bernardo Alves
unread,Feb 22, 2013, 6:01:38 AM2/22/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hi,
I have a chart with continuous data (date type) along the h-axis. What I would like to do is group the underlying variable, let's say "Sales", with a function (SUM, for example) by a specific aggregation of dates, such as Week, Month or Quarter.
I am able to do this with Microsoft's Datavisualization.Charting charts for .net. Here is a line of code to do this:
Chart1.DataManipulator.Group("SUM, X:CENTER", 1, IntervalType.Weeks, 1, DateTimeIntervalType.Days, ChSeries)
Could I do something similar with Google Charts?
Thanks for any insights you could share on the subject.
Cheers,
Bernardo