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) »
  • Discussion »
  • Extensions »
  • Civisualize »
  • Tables in Civisualize
Pages: [1]

Author Topic: Tables in Civisualize  (Read 739 times)

vmantese

  • I’m new here
  • *
  • Posts: 19
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Wordpress 4.1
  • MySQL version: 5.6.21
  • PHP version: 5.6.3
Tables in Civisualize
February 25, 2015, 09:56:54 am
Hi all,
Has anyone managed to create a regular table in Civisualize, I want to create a large summary report that combines tables and pie charts and was curious if anyone had already done something similar.
Thanks,
V

vmantese

  • I’m new here
  • *
  • Posts: 19
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Wordpress 4.1
  • MySQL version: 5.6.21
  • PHP version: 5.6.3
Re: Tables in Civisualize
February 26, 2015, 02:12:53 pm
AS a PSA you can check out /dataviz/events to see an example of tables in Civisualize.
I might write about it on their wiki but for now you use the call

dataTable = dc.dataTable(id name)

//alter table tags.

dataTable
    .columns(
        [
        function(d) {return column1;}
        etc...
       ]
    );

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions »
  • Civisualize »
  • Tables in Civisualize

This forum was archived on 2017-11-26.