UNPKG
chrt-dotplot
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Dot Plot component for Chrt
chrt.io
chrt-dotplot
/
src
/
lib
/
range.js
12 lines
(9 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
function
range
(
value =
true
) {
return
this
.
attr
(
'range'
, value) }
export
function
rangeColor
(
value
) {
return
this
.
attr
(
'rangeColor'
, value) }
export
function
rangeWidth
(
value
) {
return
this
.
attr
(
'rangeWidth'
, value) }