diff -r 318533413200 -r a1707c607eec src/pyams_skin/resources/js/ext/flot/jquery.flot.uiConstants.js --- 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);