Filter

Filter

new Filter()

A filter provides a chart with an interface to the data. The filter contains a number of Partitions and Aggregates. It takes care of calling the relevant functions provided by a Dataset.

Source:

Extends

Members

(static) aggregates :Array.<Aggregate>

Source:
Type:

(static) chartType :string

Hint for the client (website) how to visualize this filter

Source:
Type:
  • string

(static) data :Data

Array containing the data to plot

Source:
Type:

(static) partitions :Array.<Partitions>

Source:
Type:
  • Array.<Partitions>

(static) title :string

Title for displaying purposes

Source:
Type:
  • string

Methods

(static) initDataFilter()

Initialize the data filter, and construct the getData callback function on the filter.

Source:

(static) releaseDataFilter()

The opposite or initDataFilter, it should remove the filter and deallocate other configuration related to the filter.

Source:

(static) updateDataFilter()

Apply changes to the filter (like selecting groups)

Source: