From bec29dcd2e8cf0c0279c4fce7a8f04a02b52780d Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Wed, 6 Nov 2013 20:05:33 -0500 Subject: [PATCH] Fix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request --- jquery.flot.js | 2 ++ 1 file changed, 2 insertions(+) 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 {