-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcmd.info.numeric.nooChart.html
457 lines (418 loc) · 21.5 KB
/
cmd.info.numeric.nooChart.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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<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#">
<!-- ################ nooChart ################
********** Paramètres Obligatoires ***************
idCommand : id des commandes à afficher (par défaut 0, pour afficher plusieurs graphiques, séparer les ids par des '|', ex : 1234|5678)
********** Paramètres Optionnels ***************
chartType : (par défaut 'line',valeurs possibles: line : ligne, column : colonnes, area : aire, pie : camembert, bar : barres horizontales)
width : largeur du graphique (par défaut 300)
height : hauteur du graphique (par défaut 500)
chartTitle : titre du graphique (vide par défaut)
chartSubtitle : sous-titre du graphique (vide par défaut)
xTitle : légende de l'axe horizontal (vide par défaut)
yTitle : légende de l'axe vertical (vide par défaut)
yMin : valeur minimale de l'axe vertical (par défaut 0)
yMax : = valeur maximale de l'axe vertical (par défaut 100)
duration : durée d'affichage jusqu'à dateEnd (format : "3y-6m-45m", "24h", ..)
dateStart : date de début d'affichage au format 'YYYY-MM-JJ' (par défaut "2020-01-01"), non pris en compte si duration est défini
dateEnd : date de fin d'affichage (par défaut date courante)
addSerieLabel : texte à afficher dans la popup affichée à chaque création de série de données (vide par défaut et donc pas d'affichage de popup)
addSerialColor : couleur du texte addSerieLabel (par défaut '#FFFFFF')
addSerialBackgroundColor : couleur de fond du texte addSerieLabel (par défaut '#FFFFFF')
suffix : chaine de caractères à ajouter aux valeurs (vide par défaut, par exemple ' %', ' °')
nbDecimals : nombre de décimales affichées pour les valeurs affichées (par défaut 2)
// Pie
allowPointSelectPie : (actif seulement pour chartType='pie') autorisation de sélectionner un élément du camembert (par défaut 1, valeurs possibles : 0 : non, 1: oui)
depthPie : (actif seulement si enabled3D est à 1) épaisseur du camembert (par défaut 35),
innerSizePie : largeur du trou à l'intérieur du camembert (par défaut 0),
enabledLabelsPie : affichage du libellé relié à chaque partie du camembert (par défaut 0, valeurs possibles : 0 : non, 1: oui)
// 3D
enabled3D : active la visualisation 3D (par défaut 0, valeurs possibles : 0 : non, 1: oui)
alpha3D : (actif seulement si enabled3D est à 1) angle d'affichage pour la vue de haut (par défaut à 20)
beta3D : (actif seulement si enabled3D est à 1) angle d'affichage horizontal (par défaut à 20, valeurs cohérentes : -45 à 45)
depth3D : (actif seulement si enabled3D est à 1) distance du graphique par rapport au fond (par défaut à 20)
viewDistance3D : (par défaut 25)
showExportMenu : affiche le bouton permettant d'exporter l'affichage (png, jpeg, pdf, ..), par défaut à 0, valeurs possibles : 0 : non, 1: oui
description : texte de description à ajouter en bas du graphique (vide par défaut)
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/nooChart
########### inspiré par https://www.highcharts.com/demo/line-basic #############
-->
<!--
nooChart : 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>idCommand : (obligatoire) id des commandes à afficher (par défaut 0, pour afficher plusieurs graphiques, séparer les ids par des '|', ex : 1234|5678)</div>
<div>chartType : (par défaut 'line',valeurs possibles: line : ligne, column : colonnes, area : aire, pie : camembert, bar : barres horizontales)</div>
<div>width : largeur du graphique (par défaut 300)</div>
<div>height : hauteur du graphique (par défaut 500)</div>
<div>chartTitle : titre du graphique (vide par défaut)</div>
<div>chartSubtitle : sous-titre du graphique (vide par défaut)</div>
<div>xTitle : légende de l'axe horizontal (vide par défaut)</div>
<div>yTitle : légende de l'axe vertical (vide par défaut)</div>
<div>yMin : valeur minimale de l'axe vertical (par défaut 0)</div>
<div>yMax : = valeur maximale de l'axe vertical (par défaut 100)</div>
<div>duration : durée d'affichage jusqu'à dateEnd (format : "3y-6m-45m", "24h", ..)</div>
<div>dateStart : date de début d'affichage au format 'YYYY-MM-JJ' (par défaut "2020-01-01"), non pris en compte si duration est défini</div>
<div>dateEnd : date de fin d'affichage (par défaut date courante)</div>
<div>addSerieLabel : texte à afficher dans la popup affichée à chaque création de série de données (vide par défaut et donc pas d'affichage de popup)</div>
<div>addSerialColor : couleur du texte addSerieLabel (par défaut '#FFFFFF')</div>
<div>addSerialBackgroundColor : couleur de fond du texte addSerieLabel (par défaut '#FFFFFF')</div>
<div>suffix : chaine de caractères à ajouter aux valeurs (vide par défaut, par exemple ' %', ' °')</div>
<div>nbDecimals : nombre de décimales affichées pour les valeurs affichées (par défaut 2)</div>
<div>allowPointSelectPie : (actif seulement pour chartType='pie') autorisation de sélectionner un élément du camembert (par défaut 1, valeurs possibles : 0 : non, 1: oui)</div>
<div>depthPie : (actif seulement si enabled3D est à 1) épaisseur du camembert (par défaut 35),</div>
<div>innerSizePie : largeur du trou à l'intérieur du camembert (par défaut 0)</div>
<div>enabledLabelsPie : affichage du libellé relié à chaque partie du camembert (par défaut 0, valeurs possibles : 0 : non, 1: oui)</div>
<div>enabled3D : active la visualisation 3D (par défaut 0, valeurs possibles : 0 : non, 1: oui)</div>
<div>alpha3D : (actif seulement si enabled3D est à 1) angle d'affichage pour la vue de haut (par défaut à 20)</div>
<div>beta3D : (actif seulement si enabled3D est à 1) angle d'affichage horizontal (par défaut à 20, valeurs cohérentes : -45 à 45)</div>
<div>depth3D : (actif seulement si enabled3D est à 1) distance du graphique par rapport au fond (par défaut à 20)</div>
<div>viewDistance3D : (par défaut 25)</div>
<div>showExportMenu : affiche le bouton permettant d'exporter l'affichage (png, jpeg, pdf, ..), par défaut à 0, valeurs possibles : 0 : non, 1: oui</div>
<div>description : texte de description à ajouter en bas du graphique (vide par défaut)</div>
</template>
<div class="title #hide_name#">
<div class="cmdName">#name_display#</div>
</div>
<figure class="highcharts-figure">
<div id="container#id#"></div>
<p class="highcharts-description#id#">
</p>
</figure>
<script language="javascript">
Date.prototype.addSeconds = function(seconds) {
this.setSeconds(this.getSeconds() + seconds);
return this;
};
Date.prototype.addMinutes = function(minutes) {
this.setMinutes(this.getMinutes() + minutes);
return this;
};
Date.prototype.addHours = function(hours) {
this.setHours(this.getHours() + hours);
return this;
};
Date.prototype.addDays = function(days) {
this.setDate(this.getDate() + days);
return this;
};
Date.prototype.addWeeks = function(weeks) {
this.addDays(weeks*7);
return this;
};
Date.prototype.addMonths = function (months) {
var d = this.getDate();
this.setMonth(this.getMonth() + months);
var currentDate = this.getDate();
if (d !== currentDate) {
this.ajouteJours(-currentDate);
}
return this;
};
Date.prototype.addYears = function(years) {
var d = this.getDate();
this.setFullYear(this.getFullYear() + years);
var currentDate = this.getDate();
if (d !== currentDate) {
this.addDays(-currentDate);
}
return this;
};
$.include(['3rdparty/highstock/highcharts-3d.js'],
function () {
// Récupération des paramètres
var idCommand#id# = 0,
chartType#id# = 'line', // line, column, area, pie, bar
width#id# = 300,
height#id# = 500,
chartTitle#id# = "",
chartSubtitle#id# = "",
xTitle#id# = "",
yTitle#id# = "",
yMin#id# = 0,
yMax#id# = 100,
duration#id# = "",
dateStart#id# = "2020-01-01",
dateEnd#id# = new Date().toISOString(),
addSerieLabel#id# = '',
addSerialColor#id# = '#FFFFFF',
addSerialBackgroundColor#id# = Highcharts.getOptions().colors[0],
suffix#id# = '',
nbDecimals#id# = 2,
// Pie
allowPointSelectPie#id# = true,
depthPie#id# = 35,
innerSizePie#id# = 0,
enabledLabelsPie#id# = false,
// 3D
enabled3D#id# = false,
alpha3D#id# = 20,
beta3D#id# = 20,
depth3D#id# = 20,
viewDistance3D#id# = 25;
showExportMenu#id# = false;
description#id# = '';
idCommand#id# = ('#idCommand#' != '#' + 'idCommand#') ? "#idCommand#" : idCommand#id#;
idCommand#id# = idCommand#id#.split('|');
width#id# = (isNaN(parseFloat('#width#'))) ? width#id# : parseFloat('#width#');
height#id# = (isNaN(parseFloat('#height#'))) ? height#id# : parseFloat('#height#');
//height#id# = ('#height#' != '#' + 'height#') ? "#height#" : height#id#;
chartType#id# = ('#chartType#' != '#' + 'chartType#') ? "#chartType#" : chartType#id#;
chartTitle#id# = ('#chartTitle#' != '#' + 'chartTitle#') ? "#chartTitle#" : chartTitle#id#;
chartSubtitle#id# = ('#chartSubtitle#' != '#' + 'chartSubtitle#') ? "#chartSubtitle#" : chartSubtitle#id#;
xTitle#id# = ('#xTitle#' != '#' + 'xTitle#') ? "#xTitle#" : xTitle#id#;
yTitle#id# = ('#yTitle#' != '#' + 'yTitle#') ? "#yTitle#" : yTitle#id#;
yMin#id# = ('#yMin#' != '#' + 'yMin#') ? "#yMin#" : yMin#id#;
yMax#id# = ('#yMax#' != '#' + 'yMax#') ? "#yMax#" : yMax#id#;
duration#id# = ('#duration#' != '#' + 'duration#') ? "#duration#" : duration#id#;
dateEnd#id# = ('#dateEnd#' != '#' + 'dateEnd#') ? "#dateEnd#" : dateEnd#id#;
if (duration#id# == "") {
dateStart#id# = ('#dateStart#' != '#' + 'dateStart#') ? "#dateStart#" : dateStart#id#;
}
else {
let dateStart = new Date(dateEnd#id#);
durationSplit = duration#id#.split('-');
durationSplit.reduce(function (dateStart, sDuration) {
if (sDuration.endsWith('s')) {
return dateStart.addSeconds(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
else if (sDuration.endsWith('m')) {
return dateStart.addMinutes(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
else if (sDuration.endsWith('h')) {
return dateStart.addHours(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
else if (sDuration.endsWith('d')) {
return dateStart.addDays(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
else if (sDuration.endsWith('w')) {
return dateStart.addWeeks(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
else if (sDuration.endsWith('M')) {
return dateStart.addMonths(-parseInt(sDuration.substring(0, sDuration.length-1)));
}
}, dateStart);
dateStart#id# = dateStart.toISOString();
}
addSerieLabel#id# = ('#addSerieLabel#' != '#' + 'addSerieLabel#') ? "#addSerieLabel#" : addSerieLabel#id#;
addSerialColor#id# = ('#addSerialColor#' != '#' + 'addSerialColor#') ? "#addSerialColor#" : addSerialColor#id#;
addSerialBackgroundColor#id# = ('#addSerialBackgroundColor#' != '#' + 'addSerialBackgroundColor#') ? "#addSerialBackgroundColor#" : addSerialBackgroundColor#id#;
suffix#id# = ('#suffix#' != '#' + 'suffix#') ? "#suffix#" : suffix#id#;
suffix#id# = suffix#id#.split('|');
nbDecimals#id# = (isNaN(parseFloat('#nbDecimals#'))) ? nbDecimals#id# : parseFloat('#nbDecimals#');
// Pie
allowPointSelectPie#id# = (isNaN(parseFloat('#allowPointSelectPie#'))) ? allowPointSelectPie#id# : (parseFloat('#allowPointSelectPie#') == 0) ? false : true;
depthPie#id# = (isNaN(parseFloat('#depthPie#'))) ? depthPie#id# : parseFloat('#depthPie#');
innerSizePie#id# = (isNaN(parseFloat('#innerSizePie#'))) ? innerSizePie#id# : parseFloat('#innerSizePie#');
enabledLabelsPie#id# = (isNaN(parseFloat('#enabledLabelsPie#'))) ? enabledLabelsPie#id# : (parseFloat('#enabledLabelsPie#') == 0) ? false : true,
// 3D
enabled3D#id# = (isNaN(parseFloat('#enabled3D#'))) ? enabled3D#id# : (parseFloat('#enabled3D#') == 0) ? false : true;
alpha3D#id# = (isNaN(parseFloat('#alpha3D#'))) ? alpha3D#id# : parseFloat('#alpha3D#');
beta3D#id# = (isNaN(parseFloat('#beta3D#'))) ? beta3D#id# : parseFloat('#beta3D#');
depth3D#id# = (isNaN(parseFloat('#depth3D#'))) ? depth3D#id# : parseFloat('#depth3D#');
viewDistance3D#id# = (isNaN(parseFloat('#viewDistance3D#'))) ? viewDistance3D#id# : parseFloat('#viewDistance3D#');
showExportMenu#id# = (isNaN(parseFloat('#showExportMenu#'))) ? showExportMenu#id# : (parseFloat('#showExportMenu#') == 0) ? false : true;
description#id# = ('#description#' != '#' + 'description#') ? "#description#" : description#id#;
var nooChart#id# = new Highcharts.chart('container#id#', {
chart: {
type: chartType#id#,
options3d: {
enabled: enabled3D#id#,
alpha: alpha3D#id#,
beta: beta3D#id#,
depth: depth3D#id#,
viewDistance: viewDistance3D#id#
},
height: height#id#,
zoomType: 'x',
panning: true,
panKey: 'shift',
events: {
addSeries: function () {
if (addSerieLabel#id# !== '') {
var label = this.renderer.label(addSerieLabel#id#, 100, 120)
.attr({
fill: addSerialBackgroundColor#id#,
padding: 10,
r: 5,
zIndex: 8
})
.css({
color: addSerialColor#id#,
backgroundColor: addSerialBackgroundColor#id#
})
.add();
setTimeout(function () {
label.fadeOut();
}, 1000);
}
}
}
},
title: {
text: chartTitle#id#
},
subtitle: {
text: chartSubtitle#id#
},
credits: {
enabled: false
},
yAxis: {
title: {
text: yTitle#id#
},
min: yMin#id#,
max: yMax#id#
},
xAxis: {
title: {
text: xTitle#id#
},
type: 'datetime'
},
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle'
},
plotOptions: {
series: {
label: {
connectorAllowed: false
}
},
pie: {
allowPointSelect: allowPointSelectPie#id#,
cursor: 'pointer',
depth: depthPie#id#,
innerSize: innerSizePie#id#,
dataLabels: {
enabled: enabledLabelsPie#id#,
format: '{point.name}'
}
}
},
series: [],
responsive: {
rules: [{
condition: {
maxWidth: 500
},
chartOptions: {
legend: {
layout: 'horizontal',
align: 'center',
verticalAlign: 'bottom'
}
}
}]
}
});
var idSerie#id# = 0;
jeedom.cmd.update['#id#'] = function (_options) {
// création des séries pour tous les ids passés en paramètre sous la forme "id1|id2|.."
idCommand#id#.map(newSerie, idSerie#id#);
}
function newSerie (idCommand, newIdSerie) {
// ajoute une nouvelle série (serie newIdSerie) pour l'id de commande idCommand
jeedom.history.get ({
cmd_id: idCommand,
dateStart: dateStart#id#,
dateEnd: dateEnd#id#,
success: function(result) {
// history_name : [Objet][Equipement][Commande]
const [objValue, eqValue, commandValue] = result.history_name.substring(1).replaceAll("]","").split("[");
let suffix = (suffix#id#.length > newIdSerie) ? suffix#id#[newIdSerie] : suffix#id#[0];
if (typeof nooChart#id#.series === 'undefined' || newIdSerie == nooChart#id#.series.length) {
nooChart#id#.addSeries({
name: result.history_name,
data: [],
tooltip: {
valueSuffix: suffix,
valueDecimals: nbDecimals#id#
}
});
}
result.data.map(
function(t) {
const point = t;
const series = nooChart#id#.series[newIdSerie],
shift = series.data.length > 20;
// ajoute une nouvelle valeur
if (chartType#id# == 'pie') {
// camembert
let piePoint = {name:point[1] + suffix#id#, y: point[1]};
nooChart#id#.series[newIdSerie].addPoint(piePoint, true, shift);
}
else {
nooChart#id#.series[newIdSerie].addPoint(point, true, shift);
}
});
nooChart#id#.setSize(width#id#);
}
});
idSerie#id#++;
nooChart#id#.setSize(width#id#);
}
});
$('.highcharts-description#id#').html(description#id#);
// supprime export différents formats
if (!showExportMenu#id#) {
$('.highcharts-exporting-group').remove();
}
jeedom.cmd.update['#id#']({
display_value: '#state#', valueDate: '#valueDate#', collectDate: '#collectDate#', alertLevel: '#alertLevel#'
});
//# sourceURL=nooChart.js
</script>
<style>
.highcharts-figure, .highcharts-data-table table {
min-width: 360px;
max-width: 800px;
margin: 1em auto;
}
.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #EBEBEB;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
</style>
</div>