Crossfilter

Crossfilter

Copyright (c) 2019

Constructor

new Crossfilter()

d3 script for charts of AggreSet

Author:
  • Elitza Vasileva
  • Bernhard Pointner
Source:

Methods

filterCustomData(data, type) → {*}

Filters transmitted data by all available dimensions on available filters
Source:
Parameters:
Name Type Description
data array of data entries to filter
type 'active' or 'preview'
Returns:
Type:
*
.. filtered data entries

getAllFilteredRows() → {*}

Get all rows which are currently filtered
Source:
Returns:
Type:
*
filtered rows

initDataTypesOnDimensions()

Initializes the types of dimensions
Source:

initDimensionsAndGroups()

Initializes the dimension and groups according to the data
Source:

initFormats()

Initializes the different type formats
Source:

updateGlobalFilterArray()

Update global filter array and show filter container
Source: