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

Heatmaps seem to be empty after crossfilter reloads data #1032

Closed
wants to merge 1 commit into from

Commits on Oct 29, 2015

  1. [fix] Allow data inheritance in heatmaps

    `selectAll` does not inherit data from its parent. This means that if the underlying crossfilter gets new data the selection
    of `g.box-group` will see the new data, the children `title` and `rect` will not. The optical result of that is a seemingly emtpy
    heatmap although the data has changed.
    smee committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    be10c63 View commit details
    Browse the repository at this point in the history