Crossfilter
Hi, wanna know if it's possible to add Crossfilter: http://square.github.com/crossfilter/ functionality in Highcharts.
At this moment, samples of crossfilter are using d3.js .
I'm using Highcharts because it's awesome BUT Crossfilter yet.
Can someone help me about this, please ?
Best regards.
Dashboard functionality is supported by Highcharts. The concept is just to add one chart to each div in the layout you want for a dashboard. Actions on one chart are captured by event handlers, and used to update other charts.
-
Ian Kerman commented
+1 for a demo page.
-
Marius commented
Hi Torstein, is there a demo page showing this functionality?
-
Nitin Surana commented
+1 for native crossfilter support in highcharts.
-
Anonymous commented
There is still a nice feature to highcharts!
-
Eric Hartford commented
I need this feature. Basically I need dc.js but with highcharts.
-
Jorge Ramsdell commented
I tried the link it works: http://dc-js.github.io/dc.js/
-
Anonymous commented
Dc.js, but highcharts has nicer charts. Adding crossfilter support to highcharts would really elevate highcharts.
-
Ankit commented
Thanks a lot Honsi. So what I am trying to do is something like this - I have a pie chart and a stacked column chart. In pie chart, I have car types (suv,sedan ...). Stacked column chart is about sales every month ..divided into car types (if three types of cars are sold, column will have three stacks one over other). ... So what I am trying to do is - On clicking a car type in pie chart, filter out the other cars data and only show selected car type sales in stacked chart.
Is some similar example is already there ? If not how do I do this ..shall I fetch filtered data and build column chart everytime someone clicks on pie chart .. or can I do something like crossfilter where I can simply index and filter the existing data. ... Please suggest. -
The link is fixed now
-
Ankit commented
seems like a old thread. But exactly my question .. Any examples of updating a whole group of charts on applying to filter to one chart ? jsfiddle in one of the replies by Honsi .. seems to be broken
-
taverne commented
Torstein, thanks !!!
-
Sure! You add click handlers to the pie chart ( http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-events-click/ ), and in this event handler you run updates on another chart. Use API methods like Point.update, Series.setData, Series.addPoint etc.
-
taverne commented
Thanks, NUT is it possible to link graph between them ?
For example, when you click in pie, another graph is refresh ??
Can you send me sample, please ? -
Thanks! All of this is possible in Highcharts, except the bubble chart which is currently in development. The concept is just to add one chart to each div in the layout you want for a dashboard.
-
taverne commented
Hi, thanks for question.
Here an other sample: http://nickqizhu.github.com/dc.js/
Here a screen shit : https://docs.google.com/file/d/0BxNLeEyeVZBQamNkVGNXYWQ1ODg/edit
So, on the pie chart "Day by Gain/Loss" when you click on loss, all of others graph are updated, considerate only "loss" data ( here : sample https://docs.google.com/file/d/0BxNLeEyeVZBQU2c0XzFwV0N1aEk/edit )
So, it is possible with HighCharts ?
Say yes please ;P -
Hi, I'm unable to see these charts at the moment - not sure whether it is a problem in my end or their end. Are you able to post a screenshot?