src/pyams_skin/resources/js/ext/flot/jquery.flot.uiConstants.js
changeset 566 a1707c607eec
parent 565 318533413200
child 567 bca1726b1d85
equal deleted inserted replaced
565:318533413200 566:a1707c607eec
     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);