Make legend appearance consistent with chart elements (#5621)

This commit is contained in:
Akihiko Kusanagi
2019-05-09 21:33:19 +08:00
committed by Simon Brunel
parent f093c36574
commit feeda5d034
15 changed files with 548 additions and 391 deletions

View File

@@ -58,6 +58,7 @@ var Element = function(configuration) {
};
helpers.extend(Element.prototype, {
_type: undefined,
initialize: function() {
this.hidden = false;