-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
The LWC engine provides "extra" security measures
LWS confines them to a sandbox where they access a virtual copy of the global window object.
Is it possible to support
(function (global) {
global = global || self;
global.myFunction = function () {};
})(this);
Happy to contribution, this may be an issue with the https://github.com/kurkle/color#readme which is included in the umd bundle for chartjs.
seems this is the conflicting spot
const value = annotationOptions[key];
if (isObject(value)) {
value.id = key;
annotations.push(value);
}
});
}
Metadata
Metadata
Assignees
Labels
No labels