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
05922c8d0e
commit
aec3ebac55
|
@ -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>
|
||||
|
||||
* 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;
|
||||
}
|
||||
else {
|
||||
left_pos = timenewpos + 20;
|
||||
left_pos = timenewpos - (extrasize / 2);
|
||||
}
|
||||
|
||||
var extra_info = '<i>No info to show</i>';
|
||||
|
|
Loading…
Reference in New Issue