mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-22 16:36:18 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
(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);
|
||||
Reference in New Issue
Block a user