I've got a setup with 2 dc charts which work together. I'm able to melt the data and create a new crossfilter. Is there a way to use melt use the same crossfilter and have it integrate with the other charts? An example fiddle is here: http://jsfiddle.net/tvinci/g8L3s/4/
You can see that the status chart does not update the other charts because it uses a different filter instance. Is there any way around this? If so, is it possible to have melt remove the date, Year and total entries? As a work around, I'm reformatting the entire data which duplicates the date, Year and total entries. I just wanted to make sure I've exhausted all other options.
I've got a setup with 2 dc charts which work together. I'm able to melt the data and create a new crossfilter. Is there a way to use melt use the same crossfilter and have it integrate with the other charts? An example fiddle is here: http://jsfiddle.net/tvinci/g8L3s/4/
You can see that the status chart does not update the other charts because it uses a different filter instance. Is there any way around this? If so, is it possible to have melt remove the date, Year and total entries? As a work around, I'm reformatting the entire data which duplicates the date, Year and total entries. I just wanted to make sure I've exhausted all other options.