Active
Project:
Views Dataviz with Google Charts API
Version:
7.x-1.0-alpha3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 23:00 UTC
Updated:
9 May 2014 at 14:13 UTC
Jump to comment: Most recent
Comments
Comment #1
gurubydesign commentedSame situation here...subscribing
Comment #2
matiaslezin commentedSame here.
Comment #3
ericbobson commentedJust registering my interest for this too. I can't figure it out, and am sure someone who has could explain it in 30 seconds - would be very helpful!
Comment #4
Exploratus commentedI believe this available in the latest dev, but I cant get it working. Quick tutorial? :)
Comment #5
plusproduit commentedSubscribing too
Comment #6
annikaC commentedHi everyone,
I had the same issue so I went digging in the code and currently I don't think there is support for multiple series in graphs. There's no indication of the module using the Views grouping functionality, which is where you'd group your data together into a single series, for example grouping your results by Date. It's quite a difficult problem to solve - I ended up making a copy of the dataviz plugin and implementing something specific around grouping, which gave me multiple lines as in the examples above.
If you're aiming to do something similar, I'd look at the code in views_plugin_style.inc and implement your own version of render_grouping_sets. I'm sure there's a smarter way of doing this so it could cover most use cases.
Comment #7
rudyard55 commented+1