603 Commits

Author SHA1 Message Date
m-lopez-f
cbe624d25b Fixed problems when selected no interactive charts or print pdfs. Tiquet: #3742
(cherry picked from commit d058d096d7b641f595c6801f792b11079a724d33)
2016-06-10 11:15:17 +02:00
Arturo Gonzalez
9f0208e570 Fixed agent name and module name in interfaces module graphs. Ticket #3768 2016-06-06 13:28:46 +02:00
Alejandro Gallardo Escobar
ebf11e0473 Now the dashboard and visual console area graphs show the last and avg value in their legend
(cherry picked from commit 554e592275cda6c4adffc5bdb5b5779b86a1d192)
2016-05-31 11:27:38 +02:00
Alejandro Gallardo Escobar
267290a5dc Improved the graphs behaviour when rendered into the dashboard or the visual console
(cherry picked from commit 20128621395cf381d62f1e1b35064b2fb3a67ac1)
2016-05-30 15:26:29 +02:00
Alejandro Gallardo Escobar
e4758e9731 Fixed an error which affected to the values of the custom graphs 2016-05-25 17:41:19 +02:00
Alejandro Gallardo Escobar
e47f6d9968 Now is possible to print multiple gauge graphs without errors
Fixes ticket #3635
2016-05-17 15:35:26 +02:00
fermin831
5756d7281e Substituted lines for intervals in modules graphs TICKETS #3392 2016-04-04 10:12:37 +02:00
m-lopez-f
368a96222e Fixed problems with dashboard performance when include users maps. Tiquet: #3438
(cherry picked from commit e3e549cbe8b57b0065edfcf78d239b4d469713a7)
2016-03-15 09:26:24 +01:00
fermin831
38e7a4277f Modified SLA to work only in working time properly. TICKETS #3370
Graphs are modified to show without having consideration of working time
2016-03-14 10:57:03 +01:00
m-lopez-f
4af3b2b1aa Fixed problems with order data in custom graphs
(cherry picked from commit 093d9ad313828c32af46b107a54dbe79b3c913e3)
2016-03-09 16:01:20 +01:00
fbsanchez
ee35f9aa35 Erased Projection for text from graphs 2016-03-03 13:28:51 +01:00
m-lopez-f
a33c69d5cf Fixed problems with custom graphs. Ticket: #3413 2016-03-03 10:18:20 +01:00
mdtrooper
8d54a6762a Added the 'automatic custom graphs' in the template reports in metaconsole. 2016-02-02 14:55:03 +01:00
m-lopez-f
af8b3c6e57 Fixed vertical and horizontal bars when print PDF. Tiquet: #3255 2016-01-25 09:53:05 +01:00
m-lopez-f
414cc1c6ee Fixed legend of custom vertical/horizontal graphs. Tiquet: #3180 2016-01-21 11:56:15 +01:00
mdtrooper
836b3a125a Killing some unicorns and magic numbers.
(cherry picked from commit 4772b25f5d1401ca1a4c2e570b64fbdb0fa9d74a)
2016-01-08 10:25:49 +01:00
Arturo Gonzalez
b7de284180 Fixed graph event position in modules graph when resizes the window. Ticket#3070 2015-12-31 12:04:23 +01:00
m-lopez-f
6e3a7c07e2 Fixed problems with legend when module no containt data. Tiquet: #3003 2015-12-21 09:14:10 +01:00
m-lopez-f
25aa41ae7a Fixed problems with gauges in custom graphs/dashboard. Tiquet: #3025
(cherry picked from commit ede441cb3b21c062013e659444ef079473442cec)
2015-12-01 09:00:21 +01:00
m-lopez-f
377cec00e7 When no data, print only label. Tiquet: #2966
(cherry picked from commit 00d25bc9dd64d2aaa4d7108ec3770a79bf580740)
2015-11-25 16:03:52 +01:00
m-lopez-f
2cfbe1014f Fixed many errors in custom graphs and this items in dashboard. Tiquet: #2984,part of #2966
(cherry picked from commit 60f0f3378dda85986a747fbcd5da67a0a18244e0)
2015-11-25 14:26:02 +01:00
m-lopez-f
f705fa2563 Fixed label of Pie Custom Graph. Tiquet: #2965 2015-11-25 12:50:38 +01:00
m-lopez-f
0ba80f3d3f Fixed gauges in custom and dashboard. Tiquet: #2967 2015-11-17 15:02:53 +01:00
m-lopez-f
c72f024610 Add new custom graphs and fixed others graphs.
New graphs:
	Bullet Chart
	Vertical Bars and Horizontal
	Pie
	Gauges
2015-11-04 17:42:45 +01:00
Arturo Gonzalez Diaz
d54b8eb5e1 Fixed data in db information. Tickets#2851 & #2850 2015-10-26 10:58:31 +01:00
Arturo Gonzalez Diaz
d096263bb3 Fixed data in db information 2015-10-26 10:03:42 +01:00
Arturo Gonzalez Diaz
e8cc3ccbf9 Fixed sql problemas in incidents section (oracle). Ticket#2902 2015-10-21 13:57:05 +02:00
m-lopez-f
8bb6cf069d Fixed text and delete text from export data csv. Tiquet: #2868 2015-10-15 11:28:44 +02:00
Arturo Gonzalez Diaz
29174e6368 Fixed module graphs in visual console. 2015-10-01 13:42:37 +02:00
Arturo Gonzalez Diaz
2f1ce917c9 Visual parameter ambiguous in the legend of module graph changed. Ticket #2684 2015-09-09 13:10:47 +02:00
mdtrooper
1577621b5b Now the boolean charts is showed as digital signal charts (only with dinamic flot charts engine)
(cherry picked from commit 3d014c6ab51a724362d4ebc28076ce7209b11b33)

Conflicts:
	pandora_console/include/graphs/flot/pandora.flot.js
	pandora_console/include/graphs/functions_flot.php
2015-08-25 13:42:38 +02:00
mdtrooper
56bf721446 Fixed the charts (boolean and sparse) added lost time interval. TICKET: #2511
(cherry picked from commit fab99a416e835a0824e0a67449d4c6bddf9e454f)

Conflicts:
	pandora_console/include/functions_graph.php
2015-08-24 17:20:21 +02:00
Arturo Gonzalez Diaz
016584832e Fixed number format in graphs legend, now it looks with "," in thousands and "." in decimals. 2015-08-24 16:59:03 +02:00
Arturo Gonzalez Diaz
596a20b19d Y axis fixed in custom graphs, now show correctly the numeration. Ticket#2578 2015-08-24 13:14:48 +02:00
mdtrooper
63498fdbf7 Added percentile 95º in the stat win of module. TICKET: #2613 2015-08-20 17:55:10 +02:00
m-lopez-f
c4d6c18b25 Fixed styles and errors of php 2015-07-14 15:59:39 +02:00
Alejandro Gallardo Escobar
a512065c22 Now the modules SLA slicebar has a different color in the planned downtimes period
Ticket #2341
2015-07-03 13:16:30 +02:00
Alejandro Gallardo Escobar
3b037caf32 Merge remote-tracking branch 'origin/develop' into features/oracle 2015-06-18 20:02:01 +02:00
mdtrooper
9789eca1e1 Added the feature to set module charts painting with lines or area. TICKET: #1849 2015-06-11 21:24:14 +02:00
mdtrooper
89cac169f4 Clean the source code style. 2015-06-08 11:05:19 +02:00
mdtrooper
11d2b66b30 Fixes for the Oracl€. 2015-06-02 19:10:11 +02:00
Alejandro Gallardo Escobar
137acdb232 Merge remote-tracking branch 'origin/develop' into features/oracle
Conflicts resolved:
	pandora_console/include/functions_reporting.php
2015-05-19 19:16:35 +02:00
Alejandro Gallardo Escobar
7e67287ee0 Fixed errors related with the oracle compatibility 2015-05-18 19:06:21 +02:00
Alejandro Gallardo Escobar
f7867e3ce0 Fixed errors related with the oracle compatibility 2015-05-18 18:33:31 +02:00
Alejandro Gallardo Escobar
24aa40a726 Fixed errors related with the oracle compatibility 2015-05-18 18:08:14 +02:00
Alejandro Gallardo Escobar
d212fd5543 Merge remote-tracking branch 'origin/develop' into features/oracle 2015-05-14 11:09:37 +02:00
mdtrooper
7ce25e9627 Some changes and fixed for the reports in PDF. 2015-05-12 16:41:08 +02:00
m-lopez-f
f5b26f69e6 Add unit to legend left in graph of interface information, tiquet: #2194
(cherry picked from commit 277eb655a16330b92fb9c1d9e7a5f1ba840b29a9)
2015-05-06 13:04:45 +02:00
Alejandro Gallardo Escobar
64466e4557 Error fix 2015-04-30 12:46:43 +02:00
Alejandro Gallardo Escobar
3264c65ef8 Fixed some problems with oracle compatibility 2015-04-30 12:35:42 +02:00