UNPKG
flot
Version:
latest (4.2.6)
4.2.6
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
0.8.3
0.8.0-alpha
## About ##
github.com/flot/flot
flot/flot
flot
/
source
/
jquery.flot.uiConstants.js
11 lines
(10 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(function
($)
{
'use strict'
;
$.plot.uiConstants
=
{
SNAPPING_CONSTANT:
20
,
PANHINT_LENGTH_CONSTANT:
10
,
MINOR_TICKS_COUNT_CONSTANT:
4
,
TICK_LENGTH_CONSTANT:
10
,
ZOOM_DISTANCE_MARGIN:
25
}
;
}
)(jQuery);