We are building a Drupal profile that takes data from Solr and does any of the following:
– visualizes the data using the D3 visualization library, or
– generates an HTML list, or
– creates a .csv file

The tricky part is that the application gives the end user the option to facet data. To view what types of facets I'm talking about here, please see this screenshot or this development version.

The sticking point is that we are having trouble generating a graph that updates whenever one or more facet values are changed.

If this sounds fixable, please have a look at the description of the problem at the VIVO Dashboard project page, and then provide me with an estimated cost for fixing this problem.

Comments

batje’s picture

We worked on the d3 & facetapi Graphs integration here https://drupal.org/sandbox/ssekono/2028575 but got stuck & sidetracked a bit.
If you could provide a (it must be small) patch to get that working, you should be good to go with our stack.

We are currently booked, but will keep an eye on our issue queues.

asghar’s picture

Hi batje

It is possible, you share some details related to issue where you stack. I visit your project issues page but I am not sure on which issue you are facing problem.

Thanks

ssekono’s picture

Hi asghar
The issue at hand that Batje is referring to can be viewed by following this link: https://drupal.org/node/2139835

Thanks