How to use the crossfilter2.default function in crossfilter2

To help you get started, we’ve selected a few crossfilter2 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 tribe29 / checkmk / web / htdocs / js / modules / figures / cmk_figures.js View on Github external
// The preprocessor can convert arbitary api data, into a figure convenient format
        this._data_pre_processor_hooks = [];
        this._pre_render_hooks = [];
        this._post_render_hooks= [];

        this.scheduler = new Scheduler(()=>this._fetch_data(), this.get_update_interval());

        // Post url and body for fetching the graph data
        this._post_url = "";
        this._post_body = "";

        // Current data of this figure
        this._data = {data: [], plot_definitions: []};

        this._crossfilter = new crossfilter.default();
    }

crossfilter2

Fast multidimensional filtering for coordinated views.

Apache-2.0
Latest version published 4 years ago

Package Health Score

59 / 100
Full package analysis

Popular crossfilter2 functions