mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Deleted print + Added curve fill for Mixer graph in Index
This commit is contained in:
parent
71b2757ed2
commit
e614da4748
2 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ except IOError:
|
|||
f.close()
|
||||
|
||||
|
||||
print(toIgnoreModule)
|
||||
# Dynamically import routes and functions from modules
|
||||
# Also, prepare header.html
|
||||
to_add_to_header_dico = {}
|
||||
|
|
|
@ -173,7 +173,7 @@ function create_log_table(obj_json) {
|
|||
options_processed_pastes.legend.show = false;
|
||||
var total_proc = $.plot("#global", [ getData("global", null) ], options_processed_pastes);
|
||||
options_processed_pastes.legend.show = true;
|
||||
options_processed_pastes.series.lines = { show: true };
|
||||
options_processed_pastes.series.lines = { show: true, fill: true };
|
||||
data_for_processed_paste["global"] = Array(totalPoints+1).join(0).split('');
|
||||
|
||||
var feederProc = $.plot("#Proc_feeder", [ getData(feeder, "Proc") ], options_processed_pastes);
|
||||
|
|
Loading…
Reference in a new issue