You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/js/plot_handler.js
+109-1Lines changed: 109 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ import { get_meter_plot_label } from './cycles_handler.js';
9
9
import{getMeta}from'./utils.js';
10
10
11
11
exportletshow_indicator_lines=false;// Boolean correspondant au bouton Ligne Ref : true -> affichage et aide à la visée des lignes indicatrices, false -> pas d'affichage ni aide
12
+
exportletshow_pool_boundaries=false;// Boolean correspondant à l'affichage des limites de la piscine calibrées dans le JSON
12
13
letlast_mode="enter";// Dernier Mode d'annotation : quand on active les lignes ref on passe automatiquement en mode intermed, et quand on les désactive, on repasse en last_mode
13
14
letecart_bord_premiere_barre=5;
14
15
letecart_barres=10;
@@ -107,6 +108,113 @@ export function plot_indicator_lines(isPlot){
0 commit comments