805 Commits

Author SHA1 Message Date
fermin831
4bc3105ccc Patched library to solve some infinite loops in static graphics Tickets #3438 2016-05-11 10:25:52 +02:00
mdtrooper
30f806f41c Merge branch 'develop' into feature/new_networkmap
Conflicts:
	pandora_console/include/functions_modules.php
2016-04-25 15:25:16 +02:00
mdtrooper
6fea7dd3f1 Added old code of radial dynamic networkmap. 2016-04-19 09:33:40 +02:00
m-lopez-f
09f5f484a8 Add include in functio to fixed problem. 2016-04-18 14:18:44 +02:00
m-lopez-f
7fe0f3aebd Fixed problems with url in public console. Tiquet: #3556
(cherry picked from commit 59fdb8d297ea7571dd9b6db17f0ce59a7aa617d9)
2016-04-13 18:24:39 +02:00
fermin831
902c5371f9 Fixed a single error on module graphs TICKETS #3526 2016-04-06 10:32:28 +02:00
fermin831
16e09084f5 Fixed problems with undefined max interval on module graphs TICKETS #3392 2016-04-05 14:40:25 +02:00
fermin831
82b34dc847 Fixed N/A warning or critical in module graphs TICKETS #3392 2016-04-04 19:00:35 +02:00
fermin831
e71402e399 Improved critical and warning superposition in module graphs TICKETS #3515 2016-04-04 18:50:51 +02:00
fermin831
5756d7281e Substituted lines for intervals in modules graphs TICKETS #3392 2016-04-04 10:12:37 +02:00
Akihiro Uchida
1bb1344530 Evade zero division PHP Warning due to float overflow by factor 2016-04-04 16:18:56 +09:00
mdtrooper
16812b55b5 Merge branch 'develop' into feature/new_networkmap 2016-03-29 13:46:59 +02:00
m-lopez-f
d989ac8442 Re-fixed problems with visual console. Tiquet: #3492
(cherry picked from commit 951856d837600c7a370e64d7f5fea51933afda27)
2016-03-23 15:14:47 +01: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
Arturo Gonzalez
26887a004d Changed version of d3 library 2016-02-04 13:09:40 +01:00
mdtrooper
fe8300655d Cleaned source code. 2016-01-27 13:08:11 +01:00
m-lopez-f
6de10bdb1b Fixed labels of vertical or horizontal bars. Tiquet: #3180
(cherry picked from commit 436127da415ce001e0ba42261680da48aacc71db)
2016-01-25 15:21:57 +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
9710362174 Fixed the hbars for the report exception item. TICKET: #3153
(cherry picked from commit 63566dd3af4fc1701ba147d745c7e4663802cbbd)
2016-01-13 10:34:33 +01:00
mdtrooper
11f9f2ec32 Fixed there are many bullet charts in one page (such as dashboard). TICKET: #3187 2016-01-11 15:18:13 +01:00
mdtrooper
a004bf6dc2 Fixed the PHP warnings that burns the file systems. TICKET: #3054
(cherry picked from commit a5f8a9ca24f76c7e1b87f6b1b3cefc568c4fa141)
2016-01-11 14:02:39 +01:00
mdtrooper
a9f8740320 Fixed the horizontal bars in the dashboard. TICKET: #3157
(cherry picked from commit f2afb2e05f7cec93a3fc479636ffcadbc2b6b164)
2016-01-08 10:47:42 +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
5ed043eeab Don't show warning's when module not containt data
(cherry picked from commit 78d3bfeea2796e1b7d9c2917a7d3c6405fb387fe)
2015-12-18 12:01:35 +01:00
m-lopez-f
9b63444561 Fixed problems with draw min warning and critical state of gauges. Tiquet: #3058 2015-12-18 11:17:21 +01:00
m-lopez-f
c2309e52c3 Fixed problems with show data contextual in graphs. Tiquet: #3057
(cherry picked from commit 2b294df108f95d3562fc6b87f7eea0bd3431cccc)
2015-12-15 13:23:38 +01:00
m-lopez-f
53065646b0 Fixed problems with pChart when any value is 0. Tiquet: #3053 2015-12-10 12:57:42 +01:00
m-lopez-f
6079ba3005 Fixed problems with labels in gauges 2015-12-01 09:55:51 +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
4ec33a4c9a When print Pie graph and not containt data, add image with text is 'no data to show'. Tiquet: #3010
(cherry picked from commit 0d7359577688a7b799744c567ab0e612010ee815)
2015-11-27 11:51:39 +01:00
m-lopez-f
83938b3e36 Fixed problems with security 2015-11-26 17:59:09 +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
Junichi Satoh
a4171b7675 Fixed wrong encodings in exported csv file with multi-byte characters. 2015-11-23 10:43:21 +09:00
m-lopez-f
0ba80f3d3f Fixed gauges in custom and dashboard. Tiquet: #2967 2015-11-17 15:02:53 +01:00
m-lopez-f
dabf188970 Add increase line width in pChart graphs 2015-11-10 08:55:34 +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
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
14fab9c05a Fixed area color in boolean graphs. Ticket #2713 2015-10-14 13:36:54 +02:00
m-lopez-f
6c81a0fffe Fixed print of graph. Tiquet: #2854 2015-10-08 16:26:27 +02:00
m-lopez-f
afef30bc75 Fixed when export csv in custom graph and only print one register and add label in export data, tiquet: #2755 2015-09-28 16:17:30 +02:00
mdtrooper
3cdf73e1ca Now the boolean charts is showed as digital signal charts (added in the pchart engine)
(cherry picked from commit ef8509692201ce2218afe386ff5645afb2f33242)

Conflicts:
	pandora_console/include/graphs/fgraph.php
2015-08-26 16:09:00 +02:00
mdtrooper
6d66bb59b7 Reupload the lost changes in own last cherry pick 2015-08-26 12:03:37 +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
Arturo Gonzalez Diaz
d096406641 Fixed visual error in graphs. Ticket #2578 2015-08-24 14:10:41 +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
mdtrooper
0a0d9fad25 Merge branch 'develop' into feature/ticket#2491-features-dashboard 2015-08-12 13:03:50 +02:00
mdtrooper
476336121a Added the class 'overview_graph' into the function flot overview button into menu 2015-08-10 17:51:59 +02:00