Closed (fixed)
Project:
Charts and Graphs
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
30 Jul 2010 at 01:16 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rsevero commentedYes, for sure.
A proper patch would speed this process a lot.
Comment #2
rsevero commentedPostponing in case a patch is presented.
Comment #3
R.J. Steinert commentedhttps://github.com/rjstatic/drupal_charts_graphs_flot
Tada! :) The Charts Graphs Flot module. It's still pretty rough because I'm getting familiar with the charts_graphs framework but it's a start. I based it off of the Bluff charts module. There is only support for time plots at the moment. I've only tested it using the Views Charts module and to get that working it requires a patch I've also attached.
What I've done is a little special as it combines all of the $sets returned from grouping into one graph as opposed to separate graphs like the Charts Graphs Bluff module would do. See attached screenshot.
BTW, I rolled the patch using Benjamin Melançon's suggested method http://data.agaric.com/node/214
I also understand this is a patch for the a different module but I think it's more relevant to place it here right now.
Comment #4
R.J. Steinert commentedThe Views Charts patch is no longer required for the Charts Graphs Flot module. Instead of using deductive reasoning to determine the which key is which axis as I did in the patch, I'm going with assuming we can depend on the order of the keys to be y, x, z https://github.com/rjstatic/drupal_charts_graphs_flot/blob/master/charts...
I'm not sure if this will always be the case though. More work to come.
Comment #5
R.J. Steinert commentedComment #6
batje commentedThe D7 version now has flot support.