Fixed: yAxis min value determined on plot generation and not 0 by default

This commit is contained in:
Ammar Yasir 2011-08-12 18:38:53 +05:30
parent e3cb99d540
commit 201331275b

View File

@ -447,6 +447,7 @@ $(document).ready(function() {
title: { text: $('#tableid_0').val() },
},
yAxis: {
min: null,
title: { text: $('#tableid_1').val() },
},
}