CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • What is the future of Charts in CiviReport?
Pages: 1 [2]

Author Topic: What is the future of Charts in CiviReport?  (Read 3579 times)

Owen

  • I post occasionally
  • **
  • Posts: 83
  • Karma: 2
    • Leukaemia & Lymphoma Research
  • CiviCRM version: 4.3.4
  • CMS version: Drupal 7
  • MySQL version: -
  • PHP version: -
Re: What is the future of Charts in CiviReport?
September 29, 2013, 01:34:32 am
Always interested in charts and data, the new reports will be a great addition for a fundraising org like us.

If it's a trend over time that is being charted (lapsed/recovered) and the time periods are successive then a line chart might be more appropriate. It's easier for people to comprehend the trends with line or column if time periods aren't successive.

Pie charts should generally be avoided for comparison :
http://en.wikipedia.org/wiki/Pie_chart

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: What is the future of Charts in CiviReport?
September 29, 2013, 02:30:19 am
The underlying data is more flexible than the spec.  They are on my github account now (although you need the 'reportbase' extension as well). I expect at some point PTP will do an announcement.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: What is the future of Charts in CiviReport?
September 29, 2013, 12:43:01 pm
Related to the library, in 4.3 the x-axis of the report is not labeled with anything but "month".  Which month?

While I lack the time or expertise to make this coding contribution, I am open to sponsorship.  Please be in touch if you need.
« Last Edit: September 29, 2013, 12:46:52 pm by CiviTeacher.com »
Try CiviTeacher: the online video tutorial CiviCRM learning library.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: What is the future of Charts in CiviReport?
September 30, 2013, 01:20:05 am
Hey,

I think we need to separate the presentation vs raw data. A wee while ago, someone started a stat api (or was it just a discussion?). Might be something to look into again, so it's easier to change the layer presentation and do different graphs.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: What is the future of Charts in CiviReport?
September 30, 2013, 02:13:43 am
Great - cos as I understand it very soon you are going to be sitting around in England with nothing better to do than drink warm beer & sort out a nice new charting layer for us
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: What is the future of Charts in CiviReport?
September 30, 2013, 04:41:38 am
Hi,

I could easily imagine quite a long list of things to do that would sound better than to drink warm beer...
We should schedule a hangout with you/PTP to see if we come up with an idea of a solution?

-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: What is the future of Charts in CiviReport?
September 30, 2013, 04:51:19 am
You, me, PTP, warm beer & only a globe between us
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: What is the future of Charts in CiviReport?
April 05, 2014, 04:53:28 am
To update where I am on that topic:

There is an awesome library built on the top of d3 and crossfilter that I have packaged to be used within civi:

https://github.com/TechToThePeople/civisualize

Something that I'm convinced is that multi-dimensional dataviz is the way to go and dc is amazing for that.

I'm not super convinced right now how to mix civireport and cividatavisualize, Eileen has built a first block (export the data from civireport to be used for the dataviz), we might want to do it the other way around too to bring the graphs back into the report.



 
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

JohnFF

  • I post frequently
  • ***
  • Posts: 235
  • Karma: 6
  • CiviCRM version: 4.4.13
  • CMS version: Drupal 7.28
  • MySQL version: 5.5.31-1
  • PHP version: 5.3.27
Re: What is the future of Charts in CiviReport?
April 23, 2014, 04:19:55 am
I can't wait for this!
If you like empowering charities in a free and open way, then you're going to love Civi.

Email Amender: https://civicrm.org/extensions/email-amender
UK Phone Validator: https://civicrm.org/extensions/uk-phone-number-validator
http://civifirst.com
https://twitter.com/civifirst

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • What is the future of Charts in CiviReport?

This forum was archived on 2017-11-26.