UNPKG

453 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = {
4 HIERARCHY: 'hierarchy',
5 GEO: 'geo',
6 HEX: 'hex',
7 GRAPH: 'graph',
8 TABLE: 'table',
9 GEO_GRATICULE: 'geo-graticule',
10 STATISTICS_METHODS: [
11 'max',
12 'mean',
13 'median',
14 'min',
15 'mode',
16 'product',
17 'standardDeviation',
18 'sum',
19 'sumSimple',
20 'variance',
21 ],
22};