Fixed: yAxis min value determined on plot generation and not 0 by default
This commit is contained in:
parent
e3cb99d540
commit
201331275b
@ -447,6 +447,7 @@ $(document).ready(function() {
|
||||
title: { text: $('#tableid_0').val() },
|
||||
},
|
||||
yAxis: {
|
||||
min: null,
|
||||
title: { text: $('#tableid_1').val() },
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user