jquery.flot.uiConstants.js 254 B

12345678910
  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);