UNPKG
react-cohort-graph
Version:
beta (2.0.0-beta.2)
latest (2.0.0-beta.1)
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.1.1
1.1.1-beta.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.2
1.0.0
0.9.0
0.8.5
0.8.0
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
Cohort Analysis Graph with ReactJS
github.com/apxor/react-cohort-graph
apxor/react-cohort-graph
react-cohort-graph
/
lib
/
constants.js
15 lines
(13 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
VALUE_KEYS
=
void
0
;
/** * Created by jyothi on 6/6/17. */
var
VALUE_KEYS
= {
VALUE
:
"value"
,
PERCENT
:
"percent"
};
exports
.
VALUE_KEYS
=
VALUE_KEYS
;