src/pyams_skin/resources/js/ext/flot/jquery.flot.uiConstants.js
changeset 566 a1707c607eec
parent 565 318533413200
child 567 bca1726b1d85
--- a/src/pyams_skin/resources/js/ext/flot/jquery.flot.uiConstants.js	Sun Jul 19 02:02:20 2020 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-(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);