moved static files to conform with Flask

This commit is contained in:
Kristjan Komlosi
2020-07-13 13:54:30 +02:00
parent ac6345c5b5
commit 40a79af9af
36 changed files with 15 additions and 14 deletions
@@ -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);