Commit bec29dcd authored by Anthony Ryan's avatar Anthony Ryan

Fix a serious oversight that occurred when merging pull request #919 into...

Fix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request
parent b009b371
......@@ -3005,6 +3005,8 @@ Licensed under the MIT license.
);
}
table.append(rowBuffer);
if (options.legend.container != null) {
$(options.legend.container).html(table);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment