You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(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);
|
|
|