-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcmd.info.numeric.nooCircleProgress.html
348 lines (316 loc) · 21.9 KB
/
cmd.info.numeric.nooCircleProgress.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<div style="margin:5px 2px 5px 2px;" class="cmd cmd-widget tooltips #history#" data-type="info" data-subtype="numeric"
data-cmd_id="#id#" data-cmd_uid="#uid#" data-version="#version#" data-eqLogic_id="#eqLogic_id#">
<!-- ################ nooCircleProgress ################
********** Paramètres Optionnels ***************
style : choix parmi une liste de paramétrages prédéfinis des champs ci-dessous (valeur de 1 à 13)
useStyle : choix d'utilisation des styles prédéfinis (par défaut 'only_style', valeurs possibles : no_style,only_style,style_with_options)
min : valeur minimum autorisée (0 par défaut)
max : valeur maximum autorisée (100 par défaut)
angleDebut : Angle de début d'affichage (0 par défaut)
ordreInverse : 0=non, 1=oui (0 par défaut)
taille : hauteur et largeur (250px par défaut)
couleurFond : couleur de fond du widget (transparent par défaut)
uniteChamp : unité à afficher avec la valeur dans le cercle si précisé (ex ° pour afficher '22°')
format : format prédéfini d'affichage (valeurs possibles : horizontal, vertical, percent, value, valueOnCircle, none)
dureeAnimation : durée de l'animation de remplissage de la valeur dans le cercle au chargement
largeurValeur : largeur de la partie du cercle représentant la valeur
couleurValeur : couleur de la partie du cercle représentant la valeur
ecartValeur : permet de mettre des pointillés (taille point et espace, ex : '4 1') pour la partie du cercle représentant la valeur
offsetValeur : décalage de la partie du cercle représentant la valeur
arrondiValeur : de la partie du cercle représentant la valeur
largeurCercle : largeur du cercle de fond complet
couleurCercle : couleur du tour du cercle complet
couleurFondCercle : couleur de remplissage de fond du cercle
ecartCercle : permet de mettre des pointillés (taille point et espace, ex : '4 1') pour le cercle complet
offsetCercle : décalage du cercle de fond complet
nomFonteTexte : nom de la fonte du texte
renduFonteTexte : type de fonte du texte
tailleFonteTexte : taille du texte
couleurTexte : couleur du texte
contrainteMinMax : force la valeur entre (min, max), 0: pas de contrainte sur valeur, 1: contrainte sur valeur (1 par défaut)
=> 3 possiblités pour paramétrer le rendu du widget :
- ajouter seulement le paramètre style avec une valeur de 1 à 13 : prédéfinit les autres paramètres
- ajouter les paramètres de son choix pour créer son propre affichage de widget
- ajouter le paramètre style et modifier l'apparence en ajoutant quelques paramètres pour modifier le rendu final du style ajouté
Pensez au café pour les nuits blanches de codage ;)
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=noodom.fr%40gmail.com¤cy_code=EUR&source=url
########### by @noodom ;)
########### code disponible ici : https://github.com/noodom/jeedom_widgets/tree/master/nooCircleProgress
########### inspiré par https://codepen.io/tiggr/pen/VwwZoOR, basé sur https://tigrr.github.io/circle-progress/ #############
-->
<!--
nooCircleProgress : widget for Jeedom
Copyright (C) 2023 @noodom
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
<template>
<div>style : choix parmi une liste de paramétrages prédéfinis des champs ci-dessous (valeur de 1 à 13)</div>
<div>useStyle : choix d'utilisation des styles prédéfinis (par défaut 'only_style', valeurs possibles : no_style,only_style,style_with_options)</div>
<div>min : valeur minimum autorisée (0 par défaut)</div>
<div>max : valeur maximum autorisée (100 par défaut)</div>
<div>angleDebut : Angle de début d'affichage (0 par défaut)</div>
<div>ordreInverse : 0=non, 1=oui (0 par défaut)</div>
<div>taille : hauteur et largeur (250px par défaut)</div>
<div>couleurFond : couleur de fond du widget (transparent par défaut)</div>
<div>uniteChamp : unité à afficher avec la valeur dans le cercle si précisé (ex ° pour afficher '22°')</div>
<div>format : format prédéfini d'affichage (valeurs possibles : horizontal, vertical, percent, value, valueOnCircle, none)</div>
<div>dureeAnimation : durée de l'animation de remplissage de la valeur dans le cercle au chargement</div>
<div>largeurValeur : largeur de la partie du cercle représentant la valeur</div>
<div>couleurValeur : couleur de la partie du cercle représentant la valeur</div>
<div>ecartValeur : permet de mettre des pointillés (taille point et espace, ex : '4 1') pour la partie du cercle représentant la valeur</div>
<div>offsetValeur : décalage de la partie du cercle représentant la valeur</div>
<div>arrondiValeur : de la partie du cercle représentant la valeur</div>
<div>largeurCercle : largeur du cercle de fond complet</div>
<div>couleurCercle : couleur du tour du cercle complet</div>
<div>couleurFondCercle : couleur de remplissage de fond du cercle</div>
<div>ecartCercle : permet de mettre des pointillés (taille point et espace, ex : '4 1') pour le cercle complet</div>
<div>offsetCercle : décalage du cercle de fond complet</div>
<div>nomFonteTexte : nom de la fonte du texte</div>
<div>renduFonteTexte : type de fonte du texte</div>
<div>tailleFonteTexte : taille du texte</div>
<div>couleurTexte : couleur du texte</div>
<div>contrainteMinMax : force la valeur entre (min, max), 0: pas de contrainte sur valeur, 1: contrainte sur valeur (1 par défaut)</div>
</template>
<div class="title #hide_name#">
<div class="cmdName">#name_display#</div>
</div>
<div class="progress#id#">
</div>
<script>
$.include(['data/customTemplates/dashboard/cmd.info.numeric.nooCircleProgress/circle-progress.js'],
function () {
// Récupération des paramètres
let min = 0, max = 100, contrainteMinMax = true, angleDebut = 0, ordreInverse = 0, taille = '250px', couleurFond = 'transparent', unite = 'none', format = 'percent', dureeAnimation = 400;
let widthValue = '5px', colorValue = 'hsl(160deg 100% 45%)', dasharrayValue = '', dashoffsetValue = '', roundValue = '';
let widthCircle = '2px', colorCircle = 'hsl(0, 0%, 87%)', dasharrayCircle = '', dashoffsetCircle = '', backgroundColorCircle = '';
let fontFamilyText = 'Arial, sans-serif', fontWeightText = '', fontSizeText = '', colorText = '';
let style = 1, useStyle = "only_style";
// Chargement d'un style prédéfini (1 à 13)
style = (isNaN(parseFloat('#style#'))) ? 0 : parseFloat('#style#');
useStyle = ('#useStyle#' != '#' + 'useStyle#') ? "#useStyle#" : useStyle;
if (useStyle == "only_style" || useStyle == "style_with_options") {
switch (style) {
case 1:
min = 0; max = 100; format = 'percent';
widthValue = '6px'; colorValue = 'hsl(39,100%,50%)';
widthCircle = '6px'; colorCircle = 'hsl(39,100%,85%)';
colorText = 'hsl(39,100%,50%)';
break;
case 2:
min = 0; max = 100;
widthValue = '6px'; colorValue = 'hsl(320,80%,60%)'; dasharrayValue = '4 1';
widthCircle = '6px'; colorCircle = '#eee';
fontWeightText = 'bold'; colorText = 'hsl(180,80%,47%)';
break;
case 3:
min = 0; max: 100; format = 'percent';
widthValue = '6px'; colorValue = 'hsl(280, 90%, 50%)'; roundValue = 'round';
widthCircle = '2px';
break;
case 4:
min = 0; max = 100; format = 'vertical';
widthValue = '50px'; colorValue = 'hsl(160,63%,55%)';
widthCircle = '50px'; colorCircle = '#999';
colorText = 'white';
break;
case 5:
min = 0; max = 100; format = 'vertical';
widthValue = '5px'; colorValue = 'white'; roundValue = 'round';
widthCircle = '8px'; colorCircle = '#888'; backgroundColorCircle = 'white';
colorText = '#888';
break;
case 6:
min = 0; max = 100; format = 'vertical';
widthValue = '50px'; colorValue = 'hsl(100,90%,70%)';
widthCircle = '40px'; colorCircle = 'hsl(100,15%,60%)'; backgroundColorCircle = 'hsl(100,15%,60%)';
colorText = 'white'; fontWeightText = 'bold';
break;
case 7:
min = 0; max = 12;
widthValue = '11px'; colorValue = 'aqua'; dasharrayValue = '0 23.3'; roundValue = 'round';
widthCircle = '25px'; colorCircle = 'transparent'; backgroundColorCircle = 'transparent';
colorText = 'hsl(280,90%,50%)'; fontSizeText = '13px'; fontFamilyText = 'Flamante-Roma-Medium';
unite = 'h';
break;
case 8:
min = 0; max = 100; format = 'valueOnCircle';
widthValue = '16px';
widthCircle = '16px'; backgroundColorCircle = 'transparent';
break;
case 9:
min = 0; max = 100; format = 'percent';
widthValue = '12px'; colorValue = 'hsl(210,100%,45%)';
widthCircle = '22px'; colorCircle = 'white'; backgroundColorCircle = '#666';
colorText = 'white'; couleurFond = 'transparent';
break;
case 10:
min = 0; max = 100; format = 'percent';
widthValue = '2px'; colorValue = 'aquamarine';
widthCircle = '2px'; colorCircle = '#ddd'; backgroundColorCircle = 'transparent';
fontFamilyText = 'Georgia'; fontSizeText = '26px';
break;
case 11:
min = 0; max = 100; format = 'percent';
widthValue = '6px'; colorValue = 'hsl(100,100%,60%)'; dasharrayValue = '0.6 3';
widthCircle = '6px'; colorCircle = '#ddd'; dasharrayCircle = '0.6 3'; dashoffsetCircle = '1.6'; backgroundColorCircle = 'transparent';
fontFamilyText = 'Gotham Rounded Light'; fontSizeText = '26px'; colorText = 'hsl(100,81%,55%)';
break;
case 12:
min = 0; max = 100; format = 'percent'; angleDebut = '-90';
widthValue = '12px'; colorValue = 'darkmagenta';
widthCircle = '11px'; colorCircle = 'white'; backgroundColorCircle = '#666';
fontFamilyText = 'Georgia'; fontSizeText = '13px'; colorText = 'white';
break;
case 13:
min = 0; max = 4; format = 'vertical'; ordreInverse = 1;
widthValue = '25px'; colorValue = 'hsl(210,100%,45%)'; dasharrayValue = '58 1';
widthCircle = '25px'; colorCircle = 'hsl(210,100%,85%)'; backgroundColorCircle = 'hsl(210,100%,85%)';
fontFamilyText = 'Gotham'; fontSizeText = '18px'; fontWeightText = '900'; colorText = 'hsl(210,100%,45%)';
break;
}
}
if (useStyle != "only_style") {
// Paramètres min/max : valeur max. autorisée (0-100 par défaut)
min = (isNaN(parseFloat('#min#'))) ? min : parseFloat('#min#');
max = (isNaN(parseFloat('#max#'))) ? max : parseFloat('#max#');
contrainteMinMax = (isNaN(parseFloat('#contrainteMinMax#'))) ? contrainteMinMax : (parseFloat('#contrainteMinMax#') == 0) ? false : true;
// Angle de début d'affichage (0 par défaut)
angleDebut = (isNaN(parseFloat('#angleDebut#'))) ? angleDebut : parseFloat('#angleDebut#');
// direction inverse du sens des aiguilles d'une montre
ordreInverse = (isNaN(parseFloat('#ordreInverse#'))) ? ordreInverse : parseFloat('#ordreInverse#');
// Parametre taille (250px par défaut)
taille = ('#taille#' != '#' + 'taille#') ? "#taille#" : taille;
// Paramètre couleurFond : couleur de fond (#1d1e22 par défaut)
couleurFond = ('#couleurFond#' != '#' + 'couleurFond#') ? "#couleurFond#" : couleurFond;
// Paramètre de l'unité : ex. % ou ° (° par défaut)
unite = ('#uniteChamp#' != '#' + 'uniteChamp#') ? "#uniteChamp#" : unite;
//unite = (unite=="")?"°":unite
// Paramètre du format d'affichage : horizontal, vertical, percent, value, valueOnCircle, none
format = ('#format#' != '#' + 'format#') ? "#format#" : format;
dureeAnimation = (isNaN(parseFloat('#dureeAnimation#'))) ? dureeAnimation : parseFloat('#dureeAnimation#');
// Paramètres des couleurs/taille en CSS
// Valeur
widthValue = ('#largeurValeur#' != '#' + 'largeurValeur#') ? "#largeurValeur#" : widthValue; // stroke-width
colorValue = ('#couleurValeur#' != '#' + 'couleurValeur#') ? "#couleurValeur#" : colorValue; // stroke
dasharrayValue = ('#ecartValeur#' != '#' + 'ecartValeur#') ? "#ecartValeur#" : dasharrayValue; // stroke-dasharray
dashoffsetValue = ('#offsetValeur#' != '#' + 'offsetValeur#') ? "#offsetValeur#" : dashoffsetValue; // stroke-dashoffset
roundValue = ('#arrondiValeur#' != '#' + 'arrondiValeur#') ? "#arrondiValeur#" : roundValue; // stroke-linecap
// Cercle
widthCircle = ('#largeurCercle#' != '#' + 'largeurCercle#') ? "#largeurCercle#" : widthCircle; // stroke-width
colorCircle = ('#couleurCercle#' != '#' + 'couleurCercle#') ? "#couleurCercle#" : colorCircle; // stroke
dasharrayCircle = ('#ecartCercle#' != '#' + 'ecartCercle#') ? "#ecartCercle#" : dasharrayCircle; // stroke-dasharray
dashoffsetCircle = ('#offsetCercle#' != '#' + 'offsetCercle#') ? "#offsetCercle#" : dashoffsetCircle; // stroke-dashoffset
backgroundColorCircle = ('#couleurFondCercle#' != '#' + 'couleurFondCercle#') ? "#couleurFondCercle#" : backgroundColorCircle; // fill
// Texte
fontFamilyText = ('#nomFonteTexte#' != '#' + 'nomFonteTexte#') ? "#nomFonteTexte#" : fontFamilyText; // font-family
// renduFonteTexte : 100, 200, 300 ('light'), 400 ('normal'), 500 ('medium'), 600, 700 ('bold'), 800, 900
fontWeightText = ('#renduFonteTexte#' != '#' + 'renduFonteTexte#') ? "#renduFonteTexte#" : fontWeightText; // font-weight
fontSizeText = ('#tailleFonteTexte#' != '#' + 'tailleFonteTexte#') ? "#tailleFonteTexte#" : fontSizeText; // font-size
colorText = ('#couleurTexte#' != '#' + 'couleurTexte#') ? "#couleurTexte#" : colorText; // fill
}
let cp = new CircleProgress('.progress#id#', {
min: min,
max: max,
constrain: contrainteMinMax,
startAngle: angleDebut,
clockwise: (ordreInverse == 0),
value: 0,
animationDuration: dureeAnimation,
textFormat: format
});
cp.el.style.setProperty('background', couleurFond);
cp.el.style.setProperty('--taille', taille);
// value
cp.el.style.setProperty('--width-value', widthValue);
if (colorValue != "") {
cp.el.style.setProperty('--color-value', colorValue);
}
cp.el.style.setProperty('--dasharray-value', dasharrayValue);
cp.el.style.setProperty('--dashoffset-value', dashoffsetValue);
cp.el.style.setProperty('--round-value', roundValue);
// circle
cp.el.style.setProperty('--width-circle', widthCircle);
cp.el.style.setProperty('--color-circle', colorCircle);
cp.el.style.setProperty('--dasharray-circle', dasharrayCircle);
cp.el.style.setProperty('--dashoffset-circle', dashoffsetCircle);
cp.el.style.setProperty('--background-color-circle', backgroundColorCircle);
// text
cp.el.style.setProperty('--font-family-text', fontFamilyText);
cp.el.style.setProperty('--font-weight-text', fontWeightText);
cp.el.style.setProperty('--font-size-text', fontSizeText);
if (colorText != "") {
cp.el.style.setProperty('--color-text', colorText);
}
jeedom.cmd.update['#id#'] = function (_options) {
let cmd = $('.cmd[data-cmd_uid=#uid#]');
var valeur = is_numeric(_options.display_value) ? parseFloat(_options.display_value) : parseFloat(_options.display_value);
cp.value = valeur;
if (unite != 'none' && unite != '') {
cp.textFormat = (val) => val + unite;
}
cp.el.style.setProperty('--progress#id#-value', valeur / max);
}
jeedom.cmd.update['#id#']({
display_value: '#state#', valueDate: '#valueDate#', collectDate: '#collectDate#', alertLevel: '#alertLevel#'
});
});
</script>
<style>
.progress#id# {
--progress#id#-value: .3243;
--color: hsl(calc(240 * (1 - var(--progress#id#-value))), 100%, calc(30% + 20% * var(--progress#id#-value)));
--width-value: 6px;
--color-value: var(--color);
--dasharray-value: '';
--dashoffset-value: '';
--round-value: '';
--width-circle: 2px;
--color-circle: hsl(228, 8%, 10%);
--dasharray-circle: '',
--dashoffset-circle:'';
--background-color-circle: '';
--font-family-text: '';
--font-weight-text: '';
--font-size-text: '';
--color-text: var(--color);
background: transparent;
}
.circle-progress {
width: var(--taille);
height: var(--taille);
}
.circle-progress-value {
stroke-width: var(--width-value);
stroke: var(--color-value);
stroke-dasharray: var(--dasharray-value);
stroke-dashoffset: var(--dashoffset-value);
transition: stroke .4s;
stroke-linecap: var(--round-value);
}
.circle-progress-circle {
stroke-width: var(--width-circle);
stroke: var(--color-circle);
fill: var(--background-color-circle);
stroke-dasharray: var(--dasharray-circle);
stroke-dashoffset: var(--dashoffset-circle);
}
.circle-progress-text {
font-family: var(--font-family-text);
font-weight: var(--font-weight-text);
font-size: var(--font-size-text);
fill: var(--color-text);
transform: translateX(.2em);
transition: fill .4s;
}
</style>
</div>