Fix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request

pull/1/head
Anthony Ryan 13 years ago
parent b009b371aa
commit bec29dcd2e

@ -3005,6 +3005,8 @@ Licensed under the MIT license.
);
}
table.append(rowBuffer);
if (options.legend.container != null) {
$(options.legend.container).html(table);
} else {

Loading…
Cancel
Save