src/pyams_skin/resources/js/ext/flot/jquery.flot.uiConstants.js
changeset 557 bca7a7e058a3
equal deleted inserted replaced
-1:000000000000 557:bca7a7e058a3
       
     1 (function ($) {
       
     2     'use strict';
       
     3     $.plot.uiConstants = {
       
     4         SNAPPING_CONSTANT: 20,
       
     5         PANHINT_LENGTH_CONSTANT: 10,
       
     6         MINOR_TICKS_COUNT_CONSTANT: 4,
       
     7         TICK_LENGTH_CONSTANT: 10,
       
     8         ZOOM_DISTANCE_MARGIN: 25
       
     9     };
       
    10 })(jQuery);