Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using melt with dc.js #3

Open
tvinci opened this issue Dec 24, 2013 · 1 comment
Open

Using melt with dc.js #3

tvinci opened this issue Dec 24, 2013 · 1 comment

Comments

@tvinci
Copy link

tvinci commented Dec 24, 2013

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.

@ghost
Copy link

ghost commented Jul 25, 2017

Is there a workaround for this... i have two crossfilter contexts now... one produced melt... i need them bound together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant