mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-19 14:46:51 +01:00
Make legend appearance consistent with chart elements (#5621)
This commit is contained in:
committed by
Simon Brunel
parent
f093c36574
commit
feeda5d034
@@ -58,6 +58,7 @@ var Element = function(configuration) {
|
||||
};
|
||||
|
||||
helpers.extend(Element.prototype, {
|
||||
_type: undefined,
|
||||
|
||||
initialize: function() {
|
||||
this.hidden = false;
|
||||
|
||||
Reference in New Issue
Block a user