-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Labels
bugSomething isn’t workingSomething isn’t working
Description
Since 13052a8 the bundle misses the lines that add the default styles:
if (typeof document !== 'undefined') {
const style = document.createElement('style');
style.textContent = '.plot{display:block;font:10px system-ui,sans-serif;background:#fff;height:auto;height:intrinsic;max-width:100%}.plot text{white-space:pre}';
document.head.appendChild(style);
}
Metadata
Metadata
Assignees
Labels
bugSomething isn’t workingSomething isn’t working