How to use the dc.deregisterAllCharts function in dc

To help you get started, we’ve selected a few dc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mozilla / MozDef / meteor / client / alertsummary.js View on Github external
Template.alertssummary.destroyed = function() {
        dc.deregisterAllCharts( 'alertssummary' );
    };
github mozilla / MozDef / meteor / client / attackers.js View on Github external
sceneControls.enabled=false;
        sceneControls = null;
        sceneObjects=[];
        selectedObject=null;
        intersectedObject=null;
        mouse = null;
        offset = null;
        projector = null;
        plane = null;
        renderer = null;
        cssRenderer = null;
        characters = [];
        baseCharacter = null;
        clock=null;
        container = null;
        dc.deregisterAllCharts('attackers');
        ringChartAttackerCategory = null;
        ringChartLastSeen = null;
        ringChartIP = null;
        ndx = null;
        if (cursorAttackers){
            cursorAttackers.stop();
        }
        cursorAttackers=null;
    };//end template.attackers.destroyed
}
github mozilla / MozDef / meteor / client / mozdefhealth.js View on Github external
Template.mozdefhealth.destroyed = function() {
        dc.deregisterAllCharts();
    };
}

dc

A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js

Apache-2.0
Latest version published 3 years ago

Package Health Score

62 / 100
Full package analysis