NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/data-set/lib/constants.js
2023-09-14 14:47:11 +08:00

23 lines
453 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
HIERARCHY: 'hierarchy',
GEO: 'geo',
HEX: 'hex',
GRAPH: 'graph',
TABLE: 'table',
GEO_GRATICULE: 'geo-graticule',
STATISTICS_METHODS: [
'max',
'mean',
'median',
'min',
'mode',
'product',
'standardDeviation',
'sum',
'sumSimple',
'variance',
],
};