diff --git a/jquery.flot.js b/jquery.flot.js index bcfa179..59d1c95 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -3005,6 +3005,8 @@ Licensed under the MIT license. ); } + table.append(rowBuffer); + if (options.legend.container != null) { $(options.legend.container).html(table); } else {