Issue: The "Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules" error occurs when the height option is defined for multiple panes.
Demo: CodePen.
Expected Behavior: A chart should be rendered.
Other info:
The problematic configuration:
JavaScriptpanes: [
{
name: "topPane",
height: 400.0
},
{
name: "bottomPane",
height: 400.0
}
]
The issue doesn't occur if the height option is set just to one pane.