mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2014-06-18 Sergio Martin <sergio.martin@artica.es>
* include/graphs/flot/pandora.flot.js: Fixed position of the event information box in flot modules graphs when click on events "ball" for ticket: #948 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10229 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
46a6b0aaf8
commit
68da06d3fe
@ -1,3 +1,9 @@
|
|||||||
|
2014-06-18 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/graphs/flot/pandora.flot.js: Fixed position of the
|
||||||
|
event information box in flot modules graphs when click on
|
||||||
|
events "ball" for ticket: #948
|
||||||
|
|
||||||
2014-06-17 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
2014-06-17 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/visual_console_builder.editor.js:
|
* godmode/reporting/visual_console_builder.editor.js:
|
||||||
|
@ -870,7 +870,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend, colors,
|
|||||||
left_pos = timenewpos - extrasize - 20;
|
left_pos = timenewpos - extrasize - 20;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
left_pos = timenewpos + 20;
|
left_pos = timenewpos - (extrasize / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
var extra_info = '<i>No info to show</i>';
|
var extra_info = '<i>No info to show</i>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user